mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
9d184a0d62
commit
47b771a202
1 changed files with 1 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue