From 112aef6bb1fa776ce7f1368c53c57afb824b421a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Apr 2017 09:59:31 +0000 Subject: [PATCH] move new constants in the right place git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342244 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/zip/constants.xml | 72 ++++++++++++++++++++----------------- 1 file changed, 40 insertions(+), 32 deletions(-) diff --git a/reference/zip/constants.xml b/reference/zip/constants.xml index 78b3325610..1fa08e0b52 100644 --- a/reference/zip/constants.xml +++ b/reference/zip/constants.xml @@ -561,6 +561,46 @@ + + + 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 + + + @@ -634,38 +674,6 @@ 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 - -