We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cdba05 commit 090b53bCopy full SHA for 090b53b
NEWS
@@ -47,6 +47,9 @@ PHP NEWS
47
- Standard:
48
. Add support for backed enums in http_build_query(). (ilutov)
49
50
+- Zip:
51
+ . Added ZipArchive::ER_TRUNCATED_ZIP added in libzip 1.11. (Remi)
52
+
53
12 Sep 2024, PHP 8.4.0beta5
54
55
- BCMath:
UPGRADING
@@ -463,6 +463,9 @@ PHP 8.4 UPGRADE NOTES
463
. Added XSLTProcessor::$maxTemplateDepth and XSLTProcessor::$maxTemplateVars
464
to control the recursion depth of XSL template evaluation.
465
466
467
+ . Added ZipArchive::ER_TRUNCATED_ZIP added in libzip 1.11
468
469
========================================
470
3. Changes in SAPI modules
471
0 commit comments