takagi Sat Aug 12 18:26:51 2006 UTC
Modified files: /phpdoc/en/reference/zip configure.xml reference.xml Log: correction similar to http://news.php.net/php.doc/969373736 http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/zip/configure.xml?r1=1.8&r2=1.9&diff_format=u Index: phpdoc/en/reference/zip/configure.xml diff -u phpdoc/en/reference/zip/configure.xml:1.8 phpdoc/en/reference/zip/configure.xml:1.9 --- phpdoc/en/reference/zip/configure.xml:1.8 Fri Aug 11 22:10:00 2006 +++ phpdoc/en/reference/zip/configure.xml Sat Aug 12 18:26:51 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <section id="zip.installation"> &reftitle.install; <para> @@ -19,7 +19,7 @@ </para> </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> In order to use these functions you must compile PHP with zip support by using the <option role="configure">--enable-zip</option> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/zip/reference.xml?r1=1.11&r2=1.12&diff_format=u Index: phpdoc/en/reference/zip/reference.xml diff -u phpdoc/en/reference/zip/reference.xml:1.11 phpdoc/en/reference/zip/reference.xml:1.12 --- phpdoc/en/reference/zip/reference.xml:1.11 Fri Aug 11 18:13:52 2006 +++ phpdoc/en/reference/zip/reference.xml Sat Aug 12 18:26:51 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.11 $ --> +<!-- $Revision: 1.12 $ --> <!-- Purpose: compression --> <!-- Membership: bundled, pecl --> @@ -33,12 +33,12 @@ </section> <section> - <title>PECL and PHP 5.2 or earlier</title> + <title>PECL and PHP 5.2 or later</title> <para> - The newest version is bundled in PHP 5.2.0 or earlier and - available in PECL, as version 1.1.0 or earlier. It does not + The newest version is bundled in PHP 5.2.0 or later and + available in PECL, as version 1.1.0 or later. It does not require any external library. It can read and write Zip archives - when used with PHP 5.1 or ealier and can only read them when used + when used with PHP 5.1 or later and can only read them when used with PHP4. </para> </section>