php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #49621 Output from scripts not sent correctly to the browser
Submitted: 2009-09-22 08:50 UTC Modified: 2009-09-22 10:10 UTC
From: qwirks at libero dot it Assigned:
Status: Not a bug Package: Output Control
PHP Version: 5.3.0 OS: Windows 2003 Std Edition SP2
Private report: No CVE-ID: None
 [2009-09-22 08:50 UTC] qwirks at libero dot it
Description:
------------
Output string from scripts, which may take long time to execute, running under MySql5.1+Apache2.2+Php5.3, is not sent fully to the browser.
Adding some echos into the code, the output stream stops in different lines of code each time.
Installing Php5.2.11 with same configuration of Php5.3, seems to solve the problem.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-09-22 08:56 UTC] pajoye@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 the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.


 [2009-09-22 09:15 UTC] qwirks at libero dot it
The script which causes the problem is a very long and complex one with a lot of database queries from multiple tables, on a remote server. There is no way I can report the script here. However the script reads from database, executes calculations and presents the results to the user using smarty template engine.
 [2009-09-22 10:10 UTC] jani@php.net
You're propably doing something wrong then. Can not reproduce -> bogus.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 23:01:28 2024 UTC