From ee7638a849b82920fc7664e2c48278ff6d47174e Mon Sep 17 00:00:00 2001 From: TAKAGI Masahiro Date: Sat, 12 Aug 2006 18:26:51 +0000 Subject: [PATCH] correction similar to http://news.php.net/php.doc/969373736 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@218047 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/zip/configure.xml | 4 ++-- reference/zip/reference.xml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/reference/zip/configure.xml b/reference/zip/configure.xml index fc18a29282..c2aad19888 100644 --- a/reference/zip/configure.xml +++ b/reference/zip/configure.xml @@ -1,5 +1,5 @@ - +
&reftitle.install; @@ -19,7 +19,7 @@
- Installation with PECL or bundled with PHP 5.2 or earlier + Installation with PECL or bundled with PHP 5.2 or later In order to use these functions you must compile PHP with zip support by using the diff --git a/reference/zip/reference.xml b/reference/zip/reference.xml index e43b520169..96cb7afcc5 100644 --- a/reference/zip/reference.xml +++ b/reference/zip/reference.xml @@ -1,5 +1,5 @@ - + @@ -33,12 +33,12 @@
- PECL and PHP 5.2 or earlier + PECL and PHP 5.2 or later - 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.