sr              Sun Dec  1 13:57:51 2002 EDT

  Modified files:              
    /phpdoc/en/reference/zlib/functions gzinflate.xml gzuncompress.xml 
  Log:
  Adapt gzinflate/gzuncompress length to current maximal tried length.
  
  
Index: phpdoc/en/reference/zlib/functions/gzinflate.xml
diff -u phpdoc/en/reference/zlib/functions/gzinflate.xml:1.2 
phpdoc/en/reference/zlib/functions/gzinflate.xml:1.3
--- phpdoc/en/reference/zlib/functions/gzinflate.xml:1.2        Wed Apr 17 02:45:33 
2002
+++ phpdoc/en/reference/zlib/functions/gzinflate.xml    Sun Dec  1 13:57:51 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/zlib.xml, last change in rev 1.11 -->
   <refentry id="function.gzinflate">
    <refnamediv>
@@ -17,7 +17,7 @@
      This function takes <parameter>data</parameter> compressed by
      <function>gzdeflate</function> and returns the original
      uncompressed data or &false; on error.  The function will return an
-     error if the uncompressed data is more than 256 times the length
+     error if the uncompressed data is more than 32768 times the length
      of the compressed input <parameter>data</parameter> or more than
      the optional parameter <parameter>length</parameter>.
     </para>
Index: phpdoc/en/reference/zlib/functions/gzuncompress.xml
diff -u phpdoc/en/reference/zlib/functions/gzuncompress.xml:1.2 
phpdoc/en/reference/zlib/functions/gzuncompress.xml:1.3
--- phpdoc/en/reference/zlib/functions/gzuncompress.xml:1.2     Wed Apr 17 02:45:34 
2002
+++ phpdoc/en/reference/zlib/functions/gzuncompress.xml Sun Dec  1 13:57:51 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/zlib.xml, last change in rev 1.11 -->
   <refentry id="function.gzuncompress">
    <refnamediv>
@@ -17,7 +17,7 @@
      This function takes <parameter>data</parameter> compressed by
      <function>gzcompress</function> and returns the original
      uncompressed data or &false; on error.  The function will return an
-     error if the uncompressed data is more than 256 times the length
+     error if the uncompressed data is more than 32768 times the length
      of the compressed input <parameter>data</parameter> or more than
      the optional parameter <parameter>length</parameter>.
     </para>



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

Reply via email to