mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added note about zip support prior to 4.0.7
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50256 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
82f713c238
commit
75ecf167ca
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@
|
|||
configuration option when compiling PHP to enable zip
|
||||
support. This module requires ZZIPlib version >= 0.10.6.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
Zip support before PHP 4.0.7 is experimental. This section
|
||||
reflects the Zip extension as it exists in PHP 4.0.7 and later.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
<sect1 id="zip-example">
|
||||
<title>Example Usage</title>
|
||||
|
|
Loading…
Reference in a new issue