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

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.





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

[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