Monday, June 4, 2012

Apache 2.2.22 with PHP 5.2

It wasn't a cake walk to make Apache 2.2 and PHP 5 working together.  Apache 2 on windows require VC6 compilation of PHP.  The thread safe MSI installer (downloaded from http://windows.php.net/download/#php-5.2-ts-VC6-x86) did not have the php5apache2_2.dll.  This DLL must be loaded for Apache to process PHP files.  The solution is to download the PHP Zip (http://windows.php.net/downloads/releases/php-5.2.17-Win32-VC6-x86.zip) and then make necessary configurations in Apache's httpd.conf to make these two to work together.

This tip came through
How to Install and Configure PHP 5 to Run with Apache on Windows
 

No comments:

Post a Comment