Search found 3 matches

by dhardison
Fri Jul 17, 2015 6:43 pm
Forum: ntPHPselector
Topic: how to recompile with specific extensions enabled
Replies: 1
Views: 20741

how to recompile with specific extensions enabled

I've installed ntPHPselector, and it's working well. I've been asked by a client who is using the selector to enable certain extensions which weren't compiled in by default: fileinfo PHP extension zip PHP extension I see the ntPHPselector option for recompile, and I ran it without any options. It ap...
by dhardison
Fri Jul 17, 2015 6:38 pm
Forum: ntPHPselector
Topic: PHP files not rendered
Replies: 3
Views: 30203

Re: PHP files not rendered

Hi Anthony, I found the issue to be that when the conf was altered, the first 'Include...' line was not placed on a line by itself. It was appended to the end of the line above it, which was causing the conf file not to parse. Editing by hand, and placing the Include file on its own line, and restar...
by dhardison
Tue Jul 14, 2015 1:58 am
Forum: ntPHPselector
Topic: PHP files not rendered
Replies: 3
Views: 30203

PHP files not rendered

I've installed ntPHPSelector and chosen to have a directory use PHP 5.5 ( the server's default is 5.3 ) The .htaccess file is added correctly to the directory chosen, and contains only the following: AddHandler application/x-httpd-php55 .php55 .php When browsing the php files placed in the directory...