PHP5 is now included on every server utilizing our new platform (currently just cpanel38 and cpanel39).
PHP4 is still running with phpsuexec and will run by default. PHP5 runs as CGI on all .php5 files. Example:
You can make standard .php and other files executable by PHP5 instead of PHP4 by adding the following line in a .htaccess file:
Additionally, PHP5 will read the same php.ini files that you have setup for PHP4. Please feel free to post here in the forums or submit a trouble ticket if you have any questions.
PHP4 is still running with phpsuexec and will run by default. PHP5 runs as CGI on all .php5 files. Example:
You can make standard .php and other files executable by PHP5 instead of PHP4 by adding the following line in a .htaccess file:
Code:
AddHandler application/x-httpd-php5 .php .php4 .php3 .phtml