ID:               26425
 Updated by:       [EMAIL PROTECTED]
 Reported By:      miken at trytel dot com
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         *General Issues
 Operating System: Linux 2.2.16-3
 PHP Version:      4.3.4
 New Comment:

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.

..and most likely yet another duplicate report about bug #25753



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

[2003-11-27 00:18:45] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.




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

[2003-11-26 10:11:14] miken at trytel dot com

Description:
------------
When viewing a site (we're a large ISP with +100 domains per web
server) that has include files it occasionally doesn't include the
include files.

Hitting reload then brings up the proper display, file wass included.

This behaviour is on different web servers, all running 4.3.4, and very
sporadic, difficult to reproduce in a consistant manner. Problem
introduced since upgrading from 4.3.1

The PHP code executes fine on the file being viewed, but it misses the
include occasionally. While researching this, the same behavior was
noted on php.net when clicking the main documentation link.





Reproduce code:
---------------
<?PHP

include ("header.inc");
echo $HEAD;
echo "Body here";

?>

Expected result:
----------------
Header Include File Graphics
Body Here

Actual result:
--------------
Body Here


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


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

Reply via email to