missing file php5apache2.dll
I have apache version 2.2.17 installed
PHP version 5.3.3 installed
MySQL version 5.1.51 64bits installed
on page 11 asks to add into httpd.conf file the line
LoadModule php5_module “c:/php/sapi/php5apache2.dll”
I assume that the line above is pointing the location of file php5apache2.dll
In my version 5.3.3. of PHP I do not have the above file I also do not have sapi directory
What is the name of the equivalent file in PHP 5.3.3 ?
|