php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26425 include file doesn't get included occassional
Submitted: 2003-11-26 10:11 UTC Modified: 2003-12-02 04:23 UTC
From: miken at trytel dot com Assigned:
Status: No Feedback Package: *General Issues
PHP Version: 4.3.4 OS: Linux 2.2.16-3
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: miken at trytel dot com
New email:
PHP Version: OS:

 

 [2003-11-26 10:11 UTC] 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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-11-27 00:18 UTC] sniper@php.net
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-12-02 04:23 UTC] sniper@php.net
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

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 10:01:31 2024 UTC