alindeman               Fri Mar 22 22:07:10 2002 EDT

  Modified files:              
    /phpdoc/en/functions        zlib.xml 
  Log:
  The Current CVS version is not 4.0.4-dev
  
  
Index: phpdoc/en/functions/zlib.xml
diff -u phpdoc/en/functions/zlib.xml:1.24 phpdoc/en/functions/zlib.xml:1.25
--- phpdoc/en/functions/zlib.xml:1.24   Wed Mar 13 17:35:05 2002
+++ phpdoc/en/functions/zlib.xml        Fri Mar 22 22:07:10 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.24 $ -->
+<!-- $Revision: 1.25 $ -->
  <reference id="ref.zlib">
   <title>Zlib Compression Functions</title>
   <titleabbrev>Zlib</titleabbrev>
@@ -18,11 +18,11 @@
   </para>
   <note>
    <para>
-    The current CVS version 4.0.4-dev introduces a fopen-wrapper
-    for .gz-files, so that you can use a special 'zlib:' URL to
-    access compressed files transparently using the normal 
-    f*() file access functions if you prepend the filename or path
-    with a 'zlib:' prefix when calling <function>fopen</function>.
+    Version 4.0.4 introduces a fopen-wrapper for .gz-files, so that
+    you can use a special 'zlib:' URL to access compressed files
+    transparently using the normal f*() file access functions if you
+    prepend the filename or path with a 'zlib:' prefix when calling
+    <function>fopen</function>.
    </para>
    <para>
     This feature requires a C runtime library that provides the


Reply via email to