mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
new constant in zip 1.19.0 / php 8.0.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350037 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7a1faecefe
commit
ed67344bbd
1 changed files with 21 additions and 2 deletions
|
@ -793,8 +793,17 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
No encryption. Available as of PHP 7.2.0 and PECL zip 1.14.0, respectively,
|
||||
if built against libzip ≥ 1.2.0.
|
||||
No encryption. Available as of PHP 7.2.0 and PECL zip 1.14.0, respectively.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.em-trad-pkware">
|
||||
<term>
|
||||
<constant>ZipArchive::EM_TRAD_PKWARE</constant> (<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Traditional PKWARE encryption. Available as of PHP 8.0.0 and PECL zip 1.19.0, respectively.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -831,6 +840,16 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.em-unkwown">
|
||||
<term>
|
||||
<constant>ZipArchive::EM_UNKNOWN</constant> (<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Unknown encryption algorithm. Available as of PHP 8.0.0 and PECL zip 1.19.0, respectively.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.libzip-version">
|
||||
<term>
|
||||
<constant>ZipArchive::LIBZIP_VERSION</constant> (<type>string</type>)
|
||||
|
|
Loading…
Reference in a new issue