From: stas at zend dot com Operating system: Windows PHP version: 5.3CVS-2008-02-14 (CVS) PHP Bug Type: PHP options/info functions Bug description: [PATH=] in php.ini on windows does not account for case-insensitive FS
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 bug report at http://bugs.php.net/?id=44114&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=44114&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=44114&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=44114&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=44114&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=44114&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=44114&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=44114&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=44114&r=needscript Try newer version: http://bugs.php.net/fix.php?id=44114&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=44114&r=support Expected behavior: http://bugs.php.net/fix.php?id=44114&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=44114&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=44114&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=44114&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=44114&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=44114&r=dst IIS Stability: http://bugs.php.net/fix.php?id=44114&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=44114&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=44114&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=44114&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=44114&r=mysqlcfg