[php-src] master: [skip ci] UPGRADING: Add an entry for #23395
Weilin Du via GitHub <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Weilin Du (LamentXU123)
Committer: GitHub (web-flow)
Pusher: LamentXU123
Date: 2026-08-22T00:47:49+08:00
Commit: https://github.com/php/php-src/commit/ba43f3c64d5748cf025729e4d415b6d71d42ff7e
Raw diff: https://github.com/php/php-src/commit/ba43f3c64d5748cf025729e4d415b6d71d42ff7e.diff
[skip ci] UPGRADING: Add an entry for #23395
Since commit a183f11 has an UPGRADING entry, for the
sake of consistency let's also add an UPGRADING entry
for #23395
Changed paths:
M UPGRADING
Diff:
diff --git a/UPGRADING b/UPGRADING
index 5054e0a4d81f..b2c488220f20 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -620,6 +620,10 @@ PHP 8.6 UPGRADE NOTES
directive (or null if it has none), independent of values set in php.ini,
on the command line, or at runtime.
+- Zip:
+ . zip_entry_close() return type has been narrowed from bool to true. The
+ function already always returned true.
+
========================================
6. New Functions
========================================