From: aledmb at gmail dot com Operating system: Windows XP PHP version: 5.0.5 PHP Bug Type: *Configuration Issues Bug description: include_path always points to ".;C:\php5\pear"
Description: ------------ No matter what I set include_path to point to, it always points to ".;C:\php5\pear", according to phpinfo(). Im sure that I dont have any other php.ini in my file system, that I have just one include_path directive in php.ini, and that its set. Reproduce code: --------------- in php.ini: include_path = ".;c:\include" in .php file: <?php phpinfo(); ?> Expected result: ---------------- Directive Local Value Master Value include_path .;C:\include .;C:\include Actual result: -------------- Directive Local Value Master Value include_path .;C:\php5\pear .;C:\php5\pear -- Edit bug report at http://bugs.php.net/?id=34961&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=34961&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=34961&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=34961&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=34961&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=34961&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=34961&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=34961&r=needscript Try newer version: http://bugs.php.net/fix.php?id=34961&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=34961&r=support Expected behavior: http://bugs.php.net/fix.php?id=34961&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=34961&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=34961&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=34961&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=34961&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=34961&r=dst IIS Stability: http://bugs.php.net/fix.php?id=34961&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=34961&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=34961&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=34961&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=34961&r=mysqlcfg