ID:               27891
 Updated by:       php-bugs@lists.php.net
 Reported By:      faraco dot phpbugs at mailnull dot com
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Zend Engine 2 problem
 Operating System: Windows NT4 SP6
 PHP Version:      5CVS-2004-04-15
 New Comment:

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".


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

[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.

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

[2004-04-06 14:55:53] faraco dot phpbugs at mailnull dot com

Sorry. I mistyped the Actual Result. The correct message is:
PHP Fatal error: Cannot redeclare anyfunction() (previously declared
in
E:\docroot\lib\functions.php:4) in E:\docroot\lib\functions.php on
line 7

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

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