ID: 16430 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Analyzed +Status: Closed Bug Type: PHP options/info functions Operating System: Linux (Cobalt RaQ3) PHP Version: 4.2.0RC2 New Comment:
This bug has been fixed in CVS. In case this was a PHP problem, snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. In case this was a documentation problem, the fix will show up soon at http://www.php.net/manual/. In case this was a PHP.net website problem, the change will show up on the PHP.net site and on the mirror sites in short time. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2002-04-04 18:41:26] [EMAIL PROTECTED] Tested with PHP 4.2.0RC2 and got the same result. The bug is in phpinfo() output which should show empty string there. If you want to have the default builtin path, comment out the whole include_path line in php.ini --Jani ------------------------------------------------------------------------ [2002-04-04 12:06:30] [EMAIL PROTECTED] Given a "php.ini" file with: include_path = ; UNIX:"/path1:/path2" Windows:"\path1;\path2" "phpinfo();" reports: include_path = .:/usr/local/lib/php "require_once 'DB.php';" fails: Fatal error: Failed opening required 'DB.php' (include_path='') in ... on line ... I believe that the "include_path" should just default to "." according to the PHP documentation. So "phpinfo()" seems to report a wrong default "include_path". (Everything works just fine when the "php.ini" "include_path" is actually set to ".:/usr/local/lib/php".) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16430&edit=1