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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
8 - 8 = ?
Subscribe to this entry?

 
 [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: Fri Apr 26 21:01:29 2024 UTC