diff --git a/NEWS b/NEWS index 97cbb733ca7..ccd67d5a27e 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,8 @@ PHP NEWS triggers "Constant already defined" warning). (ilutov) . Partially fixed bug GH-19542 (Scanning of string literals >=2GB will fail due to signed int overflow). (ilutov) + . Fixed bug GH-19544 (GC treats ZEND_WEAKREF_TAG_MAP references as WeakMap + references). (Arnaud, timwolla) - OpenSSL: . Fixed bug GH-19245 (Success error message on TLS stream accept failure).