ID: 41789 Updated by: [EMAIL PROTECTED] Reported By: philjcrawford at gmail dot com -Status: Assigned +Status: Closed Bug Type: Apache2 related Operating System: Windows XP SP2 PHP Version: 5.2.3 Assigned To: jmertic New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Actually, either way works fine ( I used double backslashes on all my PHP/Apache/Windows installs ), but I did change it to the more conventional forward slashes in CVS. Previous Comments: ------------------------------------------------------------------------ [2007-06-24 16:31:55] [EMAIL PROTECTED] Assigned to the installer guru. ------------------------------------------------------------------------ [2007-06-24 12:21:21] philjcrawford at gmail dot com Description: ------------ When installing PHP 5.2.3 for Apache 2.2, the following is appended to the httpd.conf file: #BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL PHPIniDir "C:\\Program Files\\PHP\\" LoadModule php5_module "C:\\Program Files\\PHP\\php5apache2_2.dll" #END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL I had just managed to enable PHP 5.2.1 using the following, which the 5.2.3 installer commented out: #BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL #PHPIniDir "C:/Program Files/PHP/" #LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll" #END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL Note the "/" instead of "\\" in the path. I don't need help but thought this should be fixed for subsequent releases. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41789&edit=1