From ed67344bbd8fb204f9b34847609cdabf84545816 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Jun 2020 14:03:21 +0000 Subject: [PATCH] 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 --- reference/zip/constants.xml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/reference/zip/constants.xml b/reference/zip/constants.xml index eff1c03192..5da57ef0e1 100644 --- a/reference/zip/constants.xml +++ b/reference/zip/constants.xml @@ -793,8 +793,17 @@ - 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. + + + + + + ZipArchive::EM_TRAD_PKWARE (integer) + + + + Traditional PKWARE encryption. Available as of PHP 8.0.0 and PECL zip 1.19.0, respectively. @@ -831,6 +840,16 @@ + + + ZipArchive::EM_UNKNOWN (integer) + + + + Unknown encryption algorithm. Available as of PHP 8.0.0 and PECL zip 1.19.0, respectively. + + + ZipArchive::LIBZIP_VERSION (string)