Edit report at https://bugs.php.net/bug.php?id=60768&edit=1
ID: 60768 Comment by: juzna dot cz at gmail dot com Reported by: juzna dot cz at gmail dot com Summary: Output buffer not discarded Status: Closed Type: Bug Package: Output Control Operating System: Linux (Ubuntu) PHP Version: 5.4.0RC5 Assigned To: mike Block user comment: N Private report: N New Comment: Thanks for very quick fix mike, works fine now. Previous Comments: ------------------------------------------------------------------------ [2012-01-16 21:04:18] m...@php.net This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. For Windows: http://windows.php.net/snapshots/ Thank you for the report, and for helping us make PHP better. ------------------------------------------------------------------------ [2012-01-16 13:26:29] juzna dot cz at gmail dot com Description: ------------ Output buffer is not discarded when flushed. It causes that all the data in it get replicated many times. Test script: --------------- https://gist.github.com/1620837 Expected result: ---------------- Output file size: 4205, expected about 4205 Actual result: -------------- Output file size: 465095, expected about 4205 ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=60768&edit=1