mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Add new constants from zip 1.14.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342239 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3779ff3989
commit
279c3722ec
1 changed files with 32 additions and 0 deletions
|
@ -634,6 +634,38 @@
|
|||
Since PHP 5.6.0, PECL zip 1.12.4
|
||||
</simpara>
|
||||
</listitem>
|
||||
<term>
|
||||
<constant>ZipArchive::EM_NONE</constant> (<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
No encryption, since PHP 7.2.0, PECL zip 1.14.0
|
||||
</simpara>
|
||||
</listitem>
|
||||
<term>
|
||||
<constant>ZipArchive::EM_AES_128</constant> (<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
AES 128 encryption, since PHP 7.2.0, PECL zip 1.14.0
|
||||
</simpara>
|
||||
</listitem>
|
||||
<term>
|
||||
<constant>ZipArchive::EM_AES_192</constant> (<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
AES 1192 encryption, since PHP 7.2.0, PECL zip 1.14.0
|
||||
</simpara>
|
||||
</listitem>
|
||||
<term>
|
||||
<constant>ZipArchive::EM_AES_256</constant> (<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
AES 256 encryption, since PHP 7.2.0, PECL zip 1.14.0
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</appendix>
|
||||
|
|
Loading…
Reference in a new issue