PHP 5 support
2007-10-17 00:47:53
PHP5 is now included on every server. Read this article for details.
PHP 5 support
PHP4 is still running with phpsuexec and will run by default. PHP5 runs as CGI on all .php5 files.
You can make standard .php and other files executable by PHP5 instead of PHP4 by adding the following line in a .htaccess file:
AddHandler application/x-httpd-php5 .php .php4 .php3 .phtml
Additionally, PHP5 will read the same php.ini files that you have setup for PHP4.
Page: 1


