[php-src] master: [skip ci] NEWS entry for zip extension
David Carlier <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: David Carlier (devnexen)
Date: 2026-07-10T13:04:34+01:00
Commit: https://github.com/php/php-src/commit/34951bf55c835baf6bdcfb57a9eff780ed9d2ff6
Raw diff: https://github.com/php/php-src/commit/34951bf55c835baf6bdcfb57a9eff780ed9d2ff6.diff
[skip ci] NEWS entry for zip extension
Changed paths:
M NEWS
Diff:
diff --git a/NEWS b/NEWS
index 0045d19c4f14..919fda31c992 100644
--- a/NEWS
+++ b/NEWS
@@ -91,6 +91,9 @@ PHP NEWS
. Fixed bug GH-22176 (memory leak with ZipArchive::registerCancelBack()
is used with reference returning function during shutdown).
(David Carlier)
+ . ZipArchive::addGlob() and ZipArchive::addPattern() now raise a TypeError
+ for invalid "remove_all_path", "comp_method", "comp_flags", and
+ "enc_method" options instead of emitting a warning. (David Carlier)
02 Jul 2026, PHP 8.6.0alpha1