From 47b771a202ed7163cf726e0ab5d117fddffc71d3 Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Mon, 31 May 2004 17:13:24 +0000 Subject: [PATCH] This is incorrect, removing (Bug Reference: 17603) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@160183 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/zlib/ini.xml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/reference/zlib/ini.xml b/reference/zlib/ini.xml index 7dad30234f..72cc6ed980 100644 --- a/reference/zlib/ini.xml +++ b/reference/zlib/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -59,14 +59,6 @@ "deflate") and "Vary: Accept-Encoding" headers are added to the output. - - You can use ini_set 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. - This option also accepts integer values instead of boolean "On"/"Off", using this you can set the output buffer size