didou           Fri Feb 27 13:06:02 2004 EDT

  Modified files:              
    /phpdoc/en/reference/zlib/functions gzclose.xml gzdeflate.xml 
                                        gzinflate.xml 
  Log:
  add a <parameter> tag and a see also for gzclose
  add some details about the default level value for gzdeflate
  add a and for the see also in gzinflate
  
http://cvs.php.net/diff.php/phpdoc/en/reference/zlib/functions/gzclose.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/zlib/functions/gzclose.xml
diff -u phpdoc/en/reference/zlib/functions/gzclose.xml:1.3 
phpdoc/en/reference/zlib/functions/gzclose.xml:1.4
--- phpdoc/en/reference/zlib/functions/gzclose.xml:1.3  Sun Aug 25 12:52:39 2002
+++ phpdoc/en/reference/zlib/functions/gzclose.xml      Fri Feb 27 13:06:01 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/zlib.xml, last change in rev 1.2 -->
   <refentry id="function.gzclose">
    <refnamediv>
@@ -13,7 +13,7 @@
       <methodparam><type>resource</type><parameter>zp</parameter></methodparam>
      </methodsynopsis>
     <para>
-     The gz-file pointed to by zp is closed.
+     The gz-file pointed to by <parameter>zp</parameter> is closed.
     </para>
     <para>
      &return.success;
@@ -22,6 +22,9 @@
      The gz-file pointer must be valid, and must point to a file
      successfully opened by <function>gzopen</function>.
     </para>
+    <para>
+     See also <function>gzopen</function>.
+    </para>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/zlib/functions/gzdeflate.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/zlib/functions/gzdeflate.xml
diff -u phpdoc/en/reference/zlib/functions/gzdeflate.xml:1.3 
phpdoc/en/reference/zlib/functions/gzdeflate.xml:1.4
--- phpdoc/en/reference/zlib/functions/gzdeflate.xml:1.3        Wed May  7 17:31:31 
2003
+++ phpdoc/en/reference/zlib/functions/gzdeflate.xml    Fri Feb 27 13:06:01 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/zlib.xml, last change in rev 1.11 -->
   <refentry id="function.gzdeflate">
    <refnamediv>
@@ -18,7 +18,10 @@
      <parameter>data</parameter> using the DEFLATE data format,
      or &false; if an error is encountered. The optional parameter
      <parameter>level</parameter> can be given as 0 for no
-     compression up to 9 for maximum compression.
+     compression up to 9 for maximum compression. If
+     <parameter>level</parameter> is not given the default
+     compression level will be the default compression level of the
+     zlib library.
     </para>
     <para>
      For details on the DEFLATE compression algorithm see the document
http://cvs.php.net/diff.php/phpdoc/en/reference/zlib/functions/gzinflate.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/zlib/functions/gzinflate.xml
diff -u phpdoc/en/reference/zlib/functions/gzinflate.xml:1.3 
phpdoc/en/reference/zlib/functions/gzinflate.xml:1.4
--- phpdoc/en/reference/zlib/functions/gzinflate.xml:1.3        Sun Dec  1 13:57:51 
2002
+++ phpdoc/en/reference/zlib/functions/gzinflate.xml    Fri Feb 27 13:06:01 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/zlib.xml, last change in rev 1.11 -->
   <refentry id="function.gzinflate">
    <refnamediv>
@@ -24,7 +24,7 @@
     <para>
      See also <function>gzcompress</function>.
      <function>gzuncompress</function>,
-     <function>gzdeflate</function>,
+     <function>gzdeflate</function>, and
      <function>gzencode</function>.
     </para>
    </refsect1>

Reply via email to