From 2673c1dfa158a4fdb341bbc755c17b202a9ea12f Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Fri, 15 Jul 2022 13:21:39 +0200 Subject: [PATCH] [ci skip] NEWS --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 1047f86592a..df134f86949 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,8 @@ PHP NEWS . Reduced the memory footprint of strings returned by var_export(), json_encode(), serialize(), iconv_*(), mb_ereg*(), session_create_id(), http_build_query(), strstr(), Reflection*::__toString(). (Arnaud) + . Fixed bug GH-8995 (WeakMap object reference offset causing TypeError). + (Tobias Bachert) - COM: . Fixed bug GH-8750 (Can not create VT_ERROR variant type). (cmb)