summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7b34c515c0..b6f8f162b7 100644
--- a/NEWS
+++ b/NEWS
@@ -26,9 +26,12 @@ PHP NEWS
. Fixed bug #79497 (stream_socket_client() throws an unknown error sometimes
with <1s timeout). (Joe Cai)
-PCRE:
+- PCRE:
. Upgraded to PCRE2 10.34. (cmb)
+- Phar:
+ . Fixed bug #79503 (Memory leak on duplicate metadata). (cmb)
+
- SPL:
. Fixed bug #69264 (__debugInfo() ignored while extending SPL classes). (cmb)
. Fixed bug #67369 (ArrayObject serialization drops the iterator class).