betz Tue Sep 13 18:39:35 2005 EDT
Modified files:
/phpdoc/en/reference/zlib reference.xml
Log:
rewording, usage of compression.zlib, link to compression wrappers
http://cvs.php.net/diff.php/phpdoc/en/reference/zlib/reference.xml?r1=1.15&r2=1.16&ty=u
Index: phpdoc/en/reference/zlib/reference.xml
diff -u phpdoc/en/reference/zlib/reference.xml:1.15
phpdoc/en/reference/zlib/reference.xml:1.16
--- phpdoc/en/reference/zlib/reference.xml:1.15 Sun Sep 4 07:49:43 2005
+++ phpdoc/en/reference/zlib/reference.xml Tue Sep 13 18:39:34 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
<!-- Purpose: compression -->
<!-- Membership: bundled -->
@@ -20,20 +20,21 @@
<note>
<para>
Version 4.0.4 introduced 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>.
+ you can use a special <filename>zlib:</filename> URL to access
+ compressed files transparently using the normal f*() file access
+ functions if you prefix the filename or path with
+ <filename>zlib:</filename> when calling <function>fopen</function>. This
+ feature requires a C runtime library that provides the
+ <literal>fopencookie()</literal> function. Up to now the GNU libc
+ seems to be the only library that provides this feature.
</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
- <literal>fopencookie()</literal> function. To my current
- knowledge the GNU libc is the only library that provides
- this feature.
+ In PHP 4.3.0, <filename>zlib:</filename> has been changed to
+ <filename>compress.zlib://</filename> to prevent ambiguities with
+ filenames containing ':' characters. The
+ <literal>fopencookie()</literal> function is not longer required.
+ More information is available in the section about
+ <xref linkend="wrappers.compression" />.
</para>
</note>
</section>