ID: 49077 Comment by: darkside at i dot ua Reported By: darkside at i dot ua Status: Feedback Bug Type: *General Issues Operating System: Windows XP SP3 PHP Version: 5.3.0 New Comment:
I have updated up to php 5.3.1 VC9 Thread Safe. But problem still exists Previous Comments: ------------------------------------------------------------------------ [2009-07-28 15:46:03] [email protected] Please try using this snapshot: http://snaps.php.net/php5.3-latest.tar.gz For Windows: http://windows.php.net/snapshots/ ------------------------------------------------------------------------ [2009-07-27 17:43:50] darkside at i dot ua Description: ------------ Browsers attempt to display a page generated by script with code below and get only some content of phpinfo() output (approximate 17Kb). After that request is freezing and no more data retrieving from server. But this bug is not reproduce if small content outputs after ini_set called. Reproduce code: --------------- ini_set('error_log', 'error.log'); phpinfo(); Expected result: ---------------- phpinfo() whole output Actual result: -------------- Partialy phpinfo() output ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=49077&edit=1
