|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2005-07-11 09:05 UTC] lacak at users dot sourceforge dot net
Description: ------------ in documentation on www.php.net/zlib is stated : zlib.output_compression "Off" PHP_INI_ALL and in www.php.net/manual/en/ini.php#ini.list is stated : zlib.output_compression "Off" PHP_INI_SYSTEM|PHP_INI_PERDIR what is true ? It real the second case is true. But why not the first ? (Also note that using zlib.output_compression is preferred over ob_gzhandler().) PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 20 05:00:01 2025 UTC |
Yes... you are right. But I am sure, that today morning it was as i wrote. Can I have one not-bug question ? when I use ini_set('zlib.output_compression', true); in my script, then this has no effect on compression of page. It is right ? So in script i can only disable zlib.output_compression, but non enable ? ThanksThank you, but when i use ini_set('zlib.output_compression', true); as first statement in my script (so no outupt is send before), compression is not used (browser sends Accept-Encoding: gzip, defalte) and page is returned only as text/html should I report this as a bug ?