git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@218047 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
TAKAGI Masahiro 2006-08-12 18:26:51 +00:00
parent 9e0c7c6e38
commit ee7638a849
2 changed files with 7 additions and 7 deletions

View file

@ -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>

View file

@ -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>