mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
9e0c7c6e38
commit
ee7638a849
2 changed files with 7 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue