From: vitaly at inside dot rtcomm dot ru Operating system: Windows XP PHP version: 4.3.4 PHP Bug Type: *URL Functions Bug description: PHP SAPI fails to load files in different encoding
Description: ------------ The problem under Windows XP: ----------------------------------------- Warning: Unknown(C:\WebRoot\%D0%B8%D0%BD%D0%B4%D0%B5%D0%BA%D1%81.php): failed to open stream: No such file or directory in Unknown on line 0 Warning: (null)(): Failed opening 'C:\WebRoot\%D0%B8%D0%BD%D0%B4%D0%B5%D0%BA%D1%81.php' for inclusion (include_path='.;c:\php\includes') in Unknown on line 0 -------------------------------------------- When I download the file %D0%B8%D0%BD%D0%B4%D0%B5%D0%BA%D1%81.txt Apache (2.0.48) correctly send it to me. But PHP(4.3.4) SAPI send me this error, instead of the correct result. Filemon shows that php(and no other program) do not touch this file at all. (!) Php works correctly with this file under FreeBSD in the same conditions. Expected result: ---------------- PHP must execute that file. -- Edit bug report at http://bugs.php.net/?id=26324&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=26324&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=26324&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=26324&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=26324&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=26324&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=26324&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=26324&r=support Expected behavior: http://bugs.php.net/fix.php?id=26324&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=26324&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=26324&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=26324&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26324&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=26324&r=dst IIS Stability: http://bugs.php.net/fix.php?id=26324&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=26324&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=26324&r=float