pollita         Mon Nov 24 18:37:49 2003 EDT

  Modified files:              
    /phpdoc/en/reference/zlib   reference.xml 
  Log:
  gzpassthru() no longer closes zlib streams for us.
  
Index: phpdoc/en/reference/zlib/reference.xml
diff -u phpdoc/en/reference/zlib/reference.xml:1.11 
phpdoc/en/reference/zlib/reference.xml:1.12
--- phpdoc/en/reference/zlib/reference.xml:1.11 Mon Dec  2 07:55:46 2002
+++ phpdoc/en/reference/zlib/reference.xml      Mon Nov 24 18:37:49 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
  <reference id="ref.zlib">
   <title>Zlib Compression Functions</title>
   <titleabbrev>Zlib</titleabbrev>
@@ -88,6 +88,7 @@
 
 // output until end of the file and close it.
 gzpassthru($zp);
+gzclose($zp);
 
 print "\n";
 

Reply via email to