This is incorrect, removing (Bug Reference: 17603)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@160183 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Andy Lindeman 2004-05-31 17:13:24 +00:00
parent 9d184a0d62
commit 47b771a202

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<section id="zlib.configuration">
&reftitle.runtime;
&extension.runtime;
@ -59,14 +59,6 @@
"deflate") and "Vary: Accept-Encoding" headers are added to
the output.
</para>
<para>
You can use <function>ini_set</function> to disable this in
your script if the headers aren't already sent. If you output
a "Content-Type: image/" header the compression is disabled,
too (in order to circumvent a Netscape bug). You can reenable
it, if you add "ini_set('zlib.output_compression', 'On')"
after the header call which added the image content-type.
</para>
<para>
This option also accepts integer values instead of boolean
"On"/"Off", using this you can set the output buffer size