PHP
php
Articles on PHP
-
Serving multiple versions of PHP with Apache on OSX
I need to be able to test sites in PHP5.2 and PHP5.3. You can only have one version of PHP loaded as an apache module, all the others have to use
php-cgi
php
I need to be able to test sites in PHP5.2 and PHP5.3. You can only have one version of PHP loaded as an apache module, all the others have to use php-cgi