File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments