From: ckl at ecw dot de Operating system: Windows XP SP 3 PHP version: 5.3.0alpha2 PHP Bug Type: PHP options/info functions Bug description: \t in include_path is parsed as tabulator
Description: ------------ I know that the include_path should contain forward slashes, but PHP 5.2.x still accepted backslashes in path. If you use a backslash in your path, the next character is interpreted as an metachar (\trunk is interpreted as \t => tab). Reproduce code: --------------- include_path = ".;C:\ckl\dev\lang\php\lib\trunk" Expected result: ---------------- echo get_include_path() => .;C:\ckl\dev\lang\php\lib\trunk Actual result: -------------- echo get_include_path() => .;C:\ckl\dev\lang\php\lib runk -- Edit bug report at http://bugs.php.net/?id=45992&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=45992&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=45992&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=45992&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=45992&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=45992&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=45992&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=45992&r=needscript Try newer version: http://bugs.php.net/fix.php?id=45992&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=45992&r=support Expected behavior: http://bugs.php.net/fix.php?id=45992&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=45992&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=45992&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=45992&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=45992&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=45992&r=dst IIS Stability: http://bugs.php.net/fix.php?id=45992&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=45992&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=45992&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=45992&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=45992&r=mysqlcfg