ID: 46298 Updated by: [EMAIL PROTECTED] Reported By: gb10hkzo-phpbugs at yahoo dot co dot uk -Status: Open +Status: Bogus Bug Type: Filesystem function related Operating System: Linux PHP Version: 5.2.6 New Comment:
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php Previous Comments: ------------------------------------------------------------------------ [2008-10-15 10:11:45] gb10hkzo-phpbugs at yahoo dot co dot uk Description: ------------ There appears to have been a regression to bug 37476 which was apparently fixed way back in php 4.2 ? Reproduce code: --------------- <?php ini_set('include_path',ini_get('include_path').':lib/php:'); $file = 'test.php'; if (file_exists($file)) { require ($file); } ?> Expected result: ---------------- File lib/php/test.php should be included Actual result: -------------- "file not found" ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=46298&edit=1
