ID: 44114 Updated by: [EMAIL PROTECTED] Reported By: stas at zend dot com Status: Open Bug Type: PHP options/info functions Operating System: Windows PHP Version: 5.3CVS-2008-02-14 (CVS) -Assigned To: +Assigned To: jani New Comment:
IIRC this code belongs to Jani Previous Comments: ------------------------------------------------------------------------ [2008-02-14 01:00:53] stas at zend dot com Description: ------------ When parsing [PATH=] section in php.ini, the value is taken as hash key as-is. Also, when calling a script its path is taken as-is from DOCROOT and file path. However, on Windows pathes are case-insensitive, meaning the path in script may differ in case from the path in config, but for Windows it would be the same path. It may be true also on other case-insensitive filesystems. The config parser should lowercase the names on Windows both when storing and when searching. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=44114&edit=1
