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:             Open
+Status:             Feedback
 Type:               Bug
 Package:            *Compression related
 Operating System:   xp
 PHP Version:        5.4.0RC5
-Assigned To:        
+Assigned To:        mike
 Block user comment: N
 Private report:     N

 New Comment:

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.


Previous Comments:
------------------------------------------------------------------------
[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

Reply via email to