mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
update zip requirements
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349295 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4cb0a309c9
commit
753678e8d4
1 changed files with 11 additions and 2 deletions
|
@ -8,8 +8,17 @@
|
|||
<section xml:id="zip.requirements">
|
||||
&reftitle.required;
|
||||
<para>
|
||||
This extension requires <link xlink:href="&url.libzip;">libzip</link> which
|
||||
is bundled with PHP.
|
||||
This extension requires <link xlink:href="&url.libzip;">libzip</link>. Version 1.1.2 was bundled in PHP until version 7.3.
|
||||
</para>
|
||||
<para>
|
||||
Minimal supported version is 0.11, but higer is higly recommended.
|
||||
</para>
|
||||
<para>
|
||||
<simplelist>
|
||||
<member>Version 1.2 required for encryption support, see <methodname>ZipArchive::setEncryptionIndex</methodname></member>
|
||||
<member>Version 1.3 required for progress support, see <methodname>ZipArchive::registerProgressCallback</methodname></member>
|
||||
<member>Version 1.6 required for cancel support, see <methodname>ZipArchive::registerCancelCallback</methodname></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
|
Loading…
Reference in a new issue