Skip to content

Commit 3df1fa7

Browse files
committed
Update NEWS for recent bug fixes
1 parent 2fe8527 commit 3df1fa7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,17 @@ PHP NEWS
4141
- OpenSSL:
4242
. Fix a bunch of memory leaks and crashes on edge cases. (ndossche)
4343

44+
- Phar:
45+
. Restore is_link handler in phar_intercept_functions_shutdown. (iliaal)
46+
. Fixed bug GH-21797 (phar: NULL dereference in Phar::webPhar() when
47+
SCRIPT_NAME is absent from SAPI environment). (iliaal)
48+
. Fix memory leak in Phar::offsetGet(). (iliaal)
49+
. Fix memory leak in phar_add_file(). (iliaal)
50+
. Fixed bug GH-21799 (phar: propagate phar_stream_flush return value from
51+
phar_stream_close). (iliaal)
52+
. Fix memory leak in phar_verify_signature() when md_ctx is invalid.
53+
(JarneClauw)
54+
4455
- Random:
4556
. Fixed bug GH-21731 (Random\Engine\Xoshiro256StarStar::__unserialize()
4657
accepts all-zero state). (iliaal)

0 commit comments

Comments
 (0)