From 279c3722ec6972a6959f08d7e26c6c7e9fd8037f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Apr 2017 08:43:12 +0000 Subject: [PATCH] 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 --- reference/zip/constants.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/reference/zip/constants.xml b/reference/zip/constants.xml index eb908f16f3..78b3325610 100644 --- a/reference/zip/constants.xml +++ b/reference/zip/constants.xml @@ -634,6 +634,38 @@ Since PHP 5.6.0, PECL zip 1.12.4 + + ZipArchive::EM_NONE (integer) + + + + No encryption, since PHP 7.2.0, PECL zip 1.14.0 + + + + ZipArchive::EM_AES_128 (integer) + + + + AES 128 encryption, since PHP 7.2.0, PECL zip 1.14.0 + + + + ZipArchive::EM_AES_192 (integer) + + + + AES 1192 encryption, since PHP 7.2.0, PECL zip 1.14.0 + + + + ZipArchive::EM_AES_256 (integer) + + + + AES 256 encryption, since PHP 7.2.0, PECL zip 1.14.0 + +