ID: 41408 Updated by: [EMAIL PROTECTED] Reported By: alison dot holloway at oracle dot com -Status: Open +Status: Assigned -Bug Type: Apache2 related +Bug Type: Unknown/Other Function Operating System: Windows XP SP2 PHP Version: 5.2.2 -Assigned To: +Assigned To: jmertic
Previous Comments: ------------------------------------------------------------------------ [2007-05-16 11:54:31] alison dot holloway at oracle dot com Description: ------------ The httpd.conf files in Apache2 uses backslashes in the PHPIniDir parameter, so the path for php.ini is set to C:\Windows, instead of where PHP is installed. This means that no extensions or configuration changes are made. Only the default PHP settings are available. While there are some similar bugs (Bug #39799: Windows installer does not set PHPIniDir properly), they suggest the fix is in this release, but it still doesn't work as expected, so continuing with logging this bug. Reproduce code: --------------- Install Apache 2.0.59 on Windows XP Pro SP2. Install PHP 5.2.2 using .msi installer. Create phpinfo() file and check the location of the php.ini file. Location of php.ini is set to C:\WINDOWS. Change following line in httpd.conf PHPIniDir "C:\Program Files\PHP\" Save and restart Apache. The location of php.ini is now set correctly to C:\Program Files\PHP\php.ini. All extensions and configuration is now correct. Expected result: ---------------- Expected extensions to be loaded, but were not. Actual result: -------------- No extensions loaded. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41408&edit=1