PHP 5.3 with Apache 2.2 install bug (error in httpod.conf)

A bug in the PHP installer can cause the lines inserted info httpd.conf to not point to PHP folder or executable:

#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir " "
LoadModule php5_module "php5apache2_2.dll"
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL

Replace with lines that point to PHP folder and .dll. such as:

#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir "C:/PHP/"
LoadModule php5_module "C:/PHP/php5apache2_2.dll"
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL

Article Details

Article ID:
53
Category:
Date added:
2011-02-01 05:16:07
Views:
574
Rating (Votes):
(528)