diff --git a/NEWS b/NEWS index d988606e20cf8..47300ddc43876 100644 --- a/NEWS +++ b/NEWS @@ -32,6 +32,8 @@ PHP NEWS - Fixed htmlentities/htmlspecialchars not to accept partial multibyte sequences. (Stas) +- Fixed bug #42890 (Constant "LIST" defined by mysqlclient and c-client). + (Andrey) - Fixed bug #42818 ($foo = clone(array()); leaks memory). (Dmitry) - Fixed bug #42817 (clone() on a non-object does not result in a fatal error). (Ilia)