mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- 5.2 or later and new version does not require ext libs
(takagi@php.net, philip) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@218007 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6b8f6fedcd
commit
1c3c13317a
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue