ID:               49621
 Comment by:       qwirks at libero dot it
 Reported By:      qwirks at libero dot it
 Status:           Feedback
 Bug Type:         Output Control
 Operating System: Windows 2003 Std Edition SP2
 PHP Version:      5.3.0
 New Comment:

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.


Previous Comments:
------------------------------------------------------------------------

[2009-09-22 08:56:25] paj...@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 08:50:45] 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.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=49621&edit=1

Reply via email to