php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9674 Output truncation under AOLServer
Submitted: 2001-03-10 17:24 UTC Modified: 2001-03-10 17:29 UTC
From: ericnielsen at earthlink dot net Assigned:
Status: Closed Package: Other web server
PHP Version: 4.0.4pl1 OS: RH6.0
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ericnielsen at earthlink dot net
New email:
PHP Version: OS:

 

 [2001-03-10 17:24 UTC] ericnielsen at earthlink dot net
I think this might be the same problem as reported in bug report 8030, but under a different web broswer.

I have a script which produces a large page (80Kb) from numerous database calls.  A little before the 64 Kb mark of the output the output is tuncated, when using AOLServer.  The exact spot depends on the broswer vieing the page, likely due to the header content different browsers send/receive.  The page is a collection of tables, all relatively small and the output is flush()ed after every table.

I created an identical file to my desired source code in one paticular example and first accessed it directly from an html filename (non-php-interpreted) and it works.  I then gave the file a php extension and had the intrepretor run over the page, it still worked.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-10 17:29 UTC] sas@php.net
This has been fixed in CVS. Thanks for your report.

If you need a quick fix, please apply the following patch.

http://viewcvs.php.net/viewcvs.cgi/php4/sapi/aolserver/aolserver.c.diff?r1=1.54&r2=1.55
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 03:01:28 2024 UTC