1
0
mirror of https://github.com/php/php-src.git synced 2026-04-13 11:02:55 +02:00

[ci skip] NEWS

This commit is contained in:
Arnaud Le Blanc
2022-07-15 13:21:39 +02:00
parent 4552941219
commit 2673c1dfa1

2
NEWS
View File

@@ -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)