php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28417 pages not completly loaded
Submitted: 2004-05-16 20:50 UTC Modified: 2004-09-08 01:00 UTC
Votes:2
Avg. Score:4.5 ± 0.5
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (50.0%)
From: prof_moriarty at veryfast dot biz Assigned:
Status: No Feedback Package: Apache2 related
PHP Version: 5.0.0RC2 OS: win XP
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: prof_moriarty at veryfast dot biz
New email:
PHP Version: OS:

 

 [2004-05-16 20:50 UTC] prof_moriarty at veryfast dot biz
Description:
------------
Running PHP5RC2 on Apache2.0.recent as a module (MYSQL 4.0.18).
When running phpmyadmin, and listing tables (i.e. listing the contents of a MySQL table in HTML tables, or listing the table list itself etc (anything that uses HTML tables)), much of the time the server only bothers returning Partial tables.
Some-times it even finishs with a page in the middle of a tag.
This should be reproduceable by anyone using a similar setup to the above. Just nab a copy of phpmyadmin, and play around. You can't miss it. It doesn't always happen. 1 in 10 pages may load properly (just keep hitting that reload :) ).

Note: Works fine with Apache 1.3.recent. Therefore the problem lies with apache 2 or php5's support thereof.

Note2: There are no errors returned by apache or PHP. (php error reporting is on e_all in phpmyadmin)

note3: Similar to bug 23653. But with much more recent versions of everything.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-08-31 07:30 UTC] curt@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc.

If possible, make the script source available online and provide
an URL to it here. Try avoid embedding huge scripts into the report.
 [2004-09-08 01:00 UTC] 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-06-13 11:16 UTC] leseach at ensmp dot fr
Same problem with Apache2 & PHP 5.0.4 release. (Fedora Core 2). It seems that this is the first closing HTML tag ('>') which breaks the php script sequence ('<?php ... ?>'). I cannot explain this because this code was perfectly working on friday night. This morning, I switch on my computer and now, php breaks itself as it meets the first '>' tag !
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 07:01:30 2024 UTC