ID: 18443 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Closed Bug Type: Scripting Engine problem Operating System: win32 (windows 2000) PHP Version: 4.2.1 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-09-17 21:34:38] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip The bug does not appear in latest CVS, at least not on WinXP. ------------------------------------------------------------------------ [2002-07-24 12:23:33] [EMAIL PROTECTED] Any information on the status of this? I would like something to give back to my developers other than "It doesn't work" 8) ------------------------------------------------------------------------ [2002-07-19 22:02:14] [EMAIL PROTECTED] Warning: Failed opening '../includes/header.php' for inclusion (include_path='.;/includes') in \\vol\sites$\website\public\pages\search.php <?php $page="search"; include("../includes/header.php"); ?> It seems to not like the relative path. I can use: <?php $page="search"; include("/includes/header.php"); ?> OR <?php $page="search"; include("header.php"); ?> But the traversing back via relative path is not working I tried a CVS from 2 days ago but that CVS didn't work at all. Any suggestions? It would be really great to get this working again. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=18443&edit=1
