Edit report at https://bugs.php.net/bug.php?id=36663&edit=1

 ID:               36663
 Updated by:       php-bugs@lists.php.net
 Reported by:      atom at smasher dot org
 Summary:          unexpected difference between
                   "zlib.output_compression" and "ob_gzhandler"
-Status:           Feedback
+Status:           No Feedback
 Type:             Bug
 Package:          Output Control
 Operating System: FreeBSD
 PHP Version:      4.4.2
 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:
------------------------------------------------------------------------
[2011-09-19 14:41:42] m...@php.net

Please try using this snapshot:

  http://snaps.php.net/php5.4-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/



------------------------------------------------------------------------
[2010-03-18 18:42:42] ka...@php.net

Re-classified for it to be confirmed behavoir, please change back to a 
documentation issue and as "To be documented" if this indeed is expected 
behavoir.

------------------------------------------------------------------------
[2009-11-23 13:34:05] vr...@php.net

I can confirm the behavior but could not find any place in the sources which 
explains it.

------------------------------------------------------------------------
[2006-03-09 16:46:57] atom at smasher dot org

If nothing else, this would at least be a documentation bug.

------------------------------------------------------------------------
[2006-03-09 09:15:26] atom at smasher dot org

Description:
------------
if php.ini has:
    output_handler = ob_gzhandler
dynamically generated JPGs are output with gzip (Content-Encoding: gzip).

if php.ini has (instead):
    zlib.output_compression = on
dynamically generated JPGs are output without gzip.

In both cases the HTTP request includes "Accept-Encoding: gzip".

It does seem stupid to attempt to compress a compressed image file, but I can't 
find any documentation that explains which way is the "right" way to do it, or 
how to override the default behavior.




------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=36663&edit=1

Reply via email to