alindeman Mon May 31 13:13:24 2004 EDT
Modified files:
/phpdoc/en/reference/zlib ini.xml
Log:
This is incorrect, removing (Bug Reference: 17603)
http://cvs.php.net/diff.php/phpdoc/en/reference/zlib/ini.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/zlib/ini.xml
diff -u phpdoc/en/reference/zlib/ini.xml:1.6 phpdoc/en/reference/zlib/ini.xml:1.7
--- phpdoc/en/reference/zlib/ini.xml:1.6 Thu May 1 17:52:58 2003
+++ phpdoc/en/reference/zlib/ini.xml Mon May 31 13:13:24 2004
@@ -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;
@@ -58,14 +58,6 @@
"deflate" header. "Content-Encoding: gzip" (respectively
"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