|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2012-03-19 10:31 UTC] info at ongod dot org
Description: ------------ I am running php5.4 in IIS7.5 when I config zlib.output_compression= on and zlib.output_compression_level = -1 in php.ini, it can't compression out. I am use the tools for check site. http://www.gidnetwork.com/tools/gzip-test.php http://tool.chinaz.com/gzips/ PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 19:00:01 2025 UTC |
Is you're site publicly viewable? Check if you do not call ini_set("zlib.output_compression", false) in your code.