Edit report at https://bugs.php.net/bug.php?id=60768&edit=1
ID: 60768 Updated by: m...@php.net Reported by: juzna dot cz at gmail dot com Summary: Output buffer not discarded -Status: Open +Status: Closed Type: Bug Package: Output Control Operating System: Linux (Ubuntu) PHP Version: 5.4.0RC5 -Assigned To: +Assigned To: mike Block user comment: N Private report: N New Comment: 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. Previous Comments: ------------------------------------------------------------------------ [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