philip          Sat Jan 18 17:50:03 2003 EDT

  Modified files:              
    /phpdoc/en/reference/outcontrol/functions   ob-gzhandler.xml 
  Log:
  <note> Can't use this with ini.zlib.output_compression.  Closes bug #16745
  
  
Index: phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.2 
phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.3
--- phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.2       Wed Apr 17 
02:42:34 2002
+++ phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml   Sat Jan 18 17:50:02 
+2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/outcontrol.xml, last change in rev 1.1 -->
   <refentry id="function.ob-gzhandler">
    <refnamediv>
@@ -31,6 +31,16 @@
      browsers are supported since it's up to the browser to send the
      correct header saying that it accepts compressed web pages.
     </para>
+    <note>
+     <para>
+      You cannot use both <function>ob_gzhandler</function> and
+      <link linkend="ini.zlib.output-compression">
+      ini.zlib.output_compression</link>.  Also note that 
+      using <link linkend="ini.zlib.output-compression">
+      ini.zlib.output_compression</link> is preferred over
+      <function>ob_gzhandler</function>.
+     </para>
+    </note>
     <para>
      <example>
       <title><function>ob_gzhandler</function> Example</title>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to