From: [EMAIL PROTECTED]
Operating system: Windows XP
PHP version: 4.3.0
PHP Bug Type: *Directory/Filesystem functions
Bug description: includes stopped working
Since I upgraded to PHP 4.3, all of the includes on my Web sites quite
working (hundereds of them).
I've tried poking around in the php/ini file; modifying include_path and
what not and finally had to give up and go back to last 4.2 version.
Here is an example of what does not work (I get a warning saying that it
cannot find the file).
<?php include('/includes/login_code.php'); ?>
If I modify this so that the link to relative to the current document it
works fine.
<?php include('includes/login_code.php'); ?>
What gives?
--
Edit bug report at http://bugs.php.net/?id=21853&edit=1
--
Try a CVS snapshot: http://bugs.php.net/fix.php?id=21853&r=trysnapshot
Fixed in CVS: http://bugs.php.net/fix.php?id=21853&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=21853&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=21853&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=21853&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=21853&r=support
Expected behavior: http://bugs.php.net/fix.php?id=21853&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=21853&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=21853&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=21853&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21853&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=21853&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=21853&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=21853&r=gnused