derick          Sat Mar 23 07:18:16 2002 EDT

  Modified files:              
    /phpdoc/en/functions        zlib.xml 
  Log:
  - Fix wrapper issue
  
  
Index: phpdoc/en/functions/zlib.xml
diff -u phpdoc/en/functions/zlib.xml:1.25 phpdoc/en/functions/zlib.xml:1.26
--- phpdoc/en/functions/zlib.xml:1.25   Fri Mar 22 22:07:10 2002
+++ phpdoc/en/functions/zlib.xml        Sat Mar 23 07:18:15 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.25 $ -->
+<!-- $Revision: 1.26 $ -->
  <reference id="ref.zlib">
   <title>Zlib Compression Functions</title>
   <titleabbrev>Zlib</titleabbrev>
@@ -23,6 +23,10 @@
     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>
+    In version 4.3.0, this special prefix has been changed to 'zlib://'
+    to prevent ambiguities with filenames containing ':'.
    </para>
    <para>
     This feature requires a C runtime library that provides the


Reply via email to