From: Andrey Hristov Date: Mon, 8 Oct 2007 18:27:18 +0000 (+0000) Subject: News entry X-Git-Tag: php-5.2.5RC1~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8cc2f5d5760bc01a8215ed339767ee709095a41c;p=php News entry --- diff --git a/NEWS b/NEWS index d988606e20..47300ddc43 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)