We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe8527 commit 3df1fa7Copy full SHA for 3df1fa7
1 file changed
NEWS
@@ -41,6 +41,17 @@ PHP NEWS
41
- OpenSSL:
42
. Fix a bunch of memory leaks and crashes on edge cases. (ndossche)
43
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
+
55
- Random:
56
. Fixed bug GH-21731 (Random\Engine\Xoshiro256StarStar::__unserialize()
57
accepts all-zero state). (iliaal)
0 commit comments