derek           Mon Jan 10 18:14:04 2005 EDT

  Modified files:              
    /phpdoc/en/reference/outcontrol/functions   ob-gzhandler.xml 
  Log:
  Added --with-zlib note
  
http://cvs.php.net/diff.php/phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.9 
phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.10
--- phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.9       Fri Aug 
13 09:27:34 2004
+++ phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml   Mon Jan 10 
18:14:04 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- splitted from ./en/functions/outcontrol.xml, last change in rev 1.1 -->
   <refentry id="function.ob-gzhandler">
    <refnamediv>
@@ -15,6 +15,12 @@
       
<methodparam><type>string</type><parameter>buffer</parameter></methodparam>
       <methodparam><type>int</type><parameter>mode</parameter></methodparam>  
      </methodsynopsis>
+    <note>
+     <para>
+      In order to use <function>ob_gzhandler</function> you will have to 
+      configure php <emphasis>--with-zlib</emphasis>.
+     </para>
+    </note>
     <para>
      <function>ob_gzhandler</function> is intended to be used as a
      callback function for <function>ob_start</function> to help

Reply via email to