Commit 3df1fa7a431 for php.net
commit 3df1fa7a431136a8963fc569542a3d411fe9b776
Author: Gina Peter Banyard <girgias@php.net>
Date: Mon Apr 20 16:57:39 2026 +0100
Update NEWS for recent bug fixes
diff --git a/NEWS b/NEWS
index 97cbd684a76..881a1765b88 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,17 @@ PHP NEWS
- OpenSSL:
. Fix a bunch of memory leaks and crashes on edge cases. (ndossche)
+- Phar:
+ . Restore is_link handler in phar_intercept_functions_shutdown. (iliaal)
+ . Fixed bug GH-21797 (phar: NULL dereference in Phar::webPhar() when
+ SCRIPT_NAME is absent from SAPI environment). (iliaal)
+ . Fix memory leak in Phar::offsetGet(). (iliaal)
+ . Fix memory leak in phar_add_file(). (iliaal)
+ . Fixed bug GH-21799 (phar: propagate phar_stream_flush return value from
+ phar_stream_close). (iliaal)
+ . Fix memory leak in phar_verify_signature() when md_ctx is invalid.
+ (JarneClauw)
+
- Random:
. Fixed bug GH-21731 (Random\Engine\Xoshiro256StarStar::__unserialize()
accepts all-zero state). (iliaal)