XAMPP PHP5 to PHP4

XAMPP has a php-switch function to go from PHP5 to PHP4. In PHP5 mode, the configuration is in php/php5.ini. Whereas in PHP4 mode, the configuration jumped into apache/bin/php.ini. Took a while to find that out.

Hint: phpinfo() is very useful here.

Leave a Reply