From: gb10hkzo-phpbugs at yahoo dot co dot uk
Operating system: Linux
PHP version: 5.2.6
PHP Bug Type: Filesystem function related
Bug description: Regression to bug 37476
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 bug report at http://bugs.php.net/?id=46298&edit=1
--
Try a CVS snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=46298&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=46298&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):
http://bugs.php.net/fix.php?id=46298&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=46298&r=fixedcvs
Fixed in release:
http://bugs.php.net/fix.php?id=46298&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=46298&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=46298&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=46298&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=46298&r=support
Expected behavior: http://bugs.php.net/fix.php?id=46298&r=notwrong
Not enough info:
http://bugs.php.net/fix.php?id=46298&r=notenoughinfo
Submitted twice:
http://bugs.php.net/fix.php?id=46298&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=46298&r=globals
PHP 4 support discontinued: http://bugs.php.net/fix.php?id=46298&r=php4
Daylight Savings: http://bugs.php.net/fix.php?id=46298&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=46298&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=46298&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=46298&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=46298&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=46298&r=mysqlcfg