pajoye Fri Aug 11 22:10:00 2006 UTC
Modified files:
/phpdoc/en/reference/zip configure.xml
Log:
- 5.2 or later and new version does not require ext libs
([EMAIL PROTECTED], philip)
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/zip/configure.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/zip/configure.xml
diff -u phpdoc/en/reference/zip/configure.xml:1.7
phpdoc/en/reference/zip/configure.xml:1.8
--- phpdoc/en/reference/zip/configure.xml:1.7 Fri Aug 11 17:27:59 2006
+++ phpdoc/en/reference/zip/configure.xml Fri Aug 11 22:10:00 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<section id="zip.installation">
&reftitle.install;
<para>
@@ -23,7 +23,7 @@
<para>
In order to use these functions you must compile PHP with zip support
by using the <option role="configure">--enable-zip</option>
- configure option. It does require any external library.
+ configure option. It does not require any external library.
</para>
<note>
<para>
@@ -53,7 +53,7 @@
</note>
</section>
<section>
- <title>Installation with PECL or bundled with PHP 5.2 or earlier</title>
+ <title>Installation with PECL or bundled with PHP 5.2 or later</title>
<para>
Windows users will enable <filename>php_zip.dll</filename> inside
of &php.ini; in order to use these functions.