diff --git a/NEWS b/NEWS index 976713cefdb..746a83907a0 100644 --- a/NEWS +++ b/NEWS @@ -47,6 +47,9 @@ PHP NEWS - Standard: . Add support for backed enums in http_build_query(). (ilutov) +- Zip: + . Added ZipArchive::ER_TRUNCATED_ZIP added in libzip 1.11. (Remi) + 12 Sep 2024, PHP 8.4.0beta5 - BCMath: diff --git a/UPGRADING b/UPGRADING index d2965d33966..2ebdaafef64 100644 --- a/UPGRADING +++ b/UPGRADING @@ -463,6 +463,9 @@ PHP 8.4 UPGRADE NOTES . Added XSLTProcessor::$maxTemplateDepth and XSLTProcessor::$maxTemplateVars to control the recursion depth of XSL template evaluation. +- Zip: + . Added ZipArchive::ER_TRUNCATED_ZIP added in libzip 1.11 + ======================================== 3. Changes in SAPI modules ========================================