ID: 34961 User updated by: aledmb at gmail dot com Reported By: aledmb at gmail dot com -Status: Open +Status: Bogus Bug Type: *Configuration Issues Operating System: Windows XP PHP Version: 5.0.5 New Comment:
please ignore this... bogus... Previous Comments: ------------------------------------------------------------------------ [2005-10-23 17:18:02] aledmb at gmail dot com Do you mean its value? I posted it in the "reproduce code" section. Anyway, its include_path = ".;c:\include" ------------------------------------------------------------------------ [2005-10-23 13:16:47] [EMAIL PROTECTED] How exactly did you set it ? ------------------------------------------------------------------------ [2005-10-23 04:18:24] aledmb at gmail dot com 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 this bug report at http://bugs.php.net/?id=34961&edit=1