ID:               27891
 User updated by:  faraco dot phpbugs at mailnull dot com
 Reported By:      faraco dot phpbugs at mailnull dot com
-Status:           No Feedback
+Status:           Open
 Bug Type:         Zend Engine 2 problem
 Operating System: Windows NT4 SP6
-PHP Version:      5CVS-2004-04-15
+PHP Version:      5.0.4
 New Comment:

I've disabled ISAPI cache and the problem persists.


Previous Comments:
------------------------------------------------------------------------

[2005-01-18 01:00:10] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------

[2005-01-10 15:11:38] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip



------------------------------------------------------------------------

[2004-09-24 18:35:46] kj at legalizer dot dk

What if you turn off ISAPI caching?

------------------------------------------------------------------------

[2004-04-06 15:21:29] faraco dot phpbugs at mailnull dot com

Here is the confirmation of the bug. Changing index.php to:
<?
echo realpath("../lib/functions.php")."<br>";
echo realpath("lib/functions.php");
?>

Expected result is:
E:\docroot\lib\functions.php
E:\docroot\subroot\lib\functions.php

While actual result is:
E:\docroot\lib\functions.php
E:\docroot\lib\functions.php

------------------------------------------------------------------------

[2004-04-06 15:10:20] faraco dot phpbugs at mailnull dot com

The same script runs perfectly on PHP 4.3.4.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/27891

-- 
Edit this bug report at http://bugs.php.net/?id=27891&edit=1

Reply via email to