Commit ba43f3c64d5 for php.net
commit ba43f3c64d5748cf025729e4d415b6d71d42ff7e
Author: Weilin Du <weilindu@php.net>
Date: Sat Aug 22 00:47:49 2026 +0800
[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
diff --git a/UPGRADING b/UPGRADING
index 5054e0a4d81..b2c488220f2 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
========================================