Edit report at https://bugs.php.net/bug.php?id=60761&edit=1
ID: 60761 Updated by: m...@php.net Reported by: valentiny510 at yahoo dot es Summary: zlib.output_compression fails on refresh -Status: Feedback +Status: No Feedback Type: Bug Package: *Compression related Operating System: xp PHP Version: 5.4.0RC5 Assigned To: mike Block user comment: N Private report: N New Comment: No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. Previous Comments: ------------------------------------------------------------------------ [2012-01-17 10:38:30] m...@php.net Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Works fine here, tried with 5.4 and trunk (TS, debug) as mod_php on Apache 2.2.21 worker. Pierre, could you verify? ... just because the reporter apparently uses Widnows XP. ------------------------------------------------------------------------ [2012-01-15 12:37:31] valentiny510 at yahoo dot es Description: ------------ Trying to compress the output with zlib.output_compression = On zlib.output_compression_level = 9 it seems its working only the first time when the page is accessed. When I refresh the page it restores the original size. If I restart the Apache server, the firebug shows the compressed size only the first time, but if you refresh the page the size change to original again. One little test was made with phpinfo( ), and tested 100 times.. Test script: --------------- <?php phpinfo( ); ?> Expected result: ---------------- The size of the page 10,6 KB (10.852 bytes) (every time) Actual result: -------------- The size of the page 10,6 KB (10.852 bytes) (only first time) The size of the page 66,75 KB (68.353 bytes) (after refresh) ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=60761&edit=1