From: [EMAIL PROTECTED]
Operating system: suse linux 8.0
PHP version: 4.2.2
PHP Bug Type: Filesystem function related
Bug description: include_path doesn't work properly
The include_path does not seem to work properly for include, may be also
for require etc.
Try the follwing:
ini_set('include_path',"..");
require_once("include/standart.php");
-> success
ini_set('include_path',"..");
require_once("./include/standart.php");
-> failure even it's the same file as above !!
strange, isn't it ??!
--
Edit bug report at http://bugs.php.net/?id=19953&edit=1
--
Try a CVS snapshot: http://bugs.php.net/fix.php?id=19953&r=trysnapshot
Fixed in CVS: http://bugs.php.net/fix.php?id=19953&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=19953&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=19953&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=19953&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=19953&r=support
Expected behavior: http://bugs.php.net/fix.php?id=19953&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=19953&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=19953&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=19953&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19953&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=19953&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=19953&r=isapi