From: Moriyoshi Koizumi Date: Thu, 12 Dec 2002 13:44:18 +0000 (+0000) Subject: Jani happification X-Git-Tag: RELEASE_1_0b3~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0c781cc84e741c5f3fc93ce8e4be4ac114dc6dd;p=php Jani happification --- diff --git a/NEWS b/NEWS index c95244548d..2ba884e988 100644 --- a/NEWS +++ b/NEWS @@ -13,7 +13,6 @@ PHP 4 NEWS ? ? ??? 2002, Version 4.3.0 -- Fixed bug #20934 (htmlspecialchars returns latin1 from UTF-8). (Moriyoshi) - Fixed a security bug in the bundled MySQL library. (Georg, Stefan) - ATTENTION! "make install" will *by default* install the CLI SAPI binary in {PREFIX}/bin/php. If you don't disable the CGI binary, it will be @@ -43,6 +42,7 @@ PHP 4 NEWS - Fixed a memory leak in the bundled GD library inside gdImageTrueColorToPalette(). (Ilia) - Fixed bug #12776 (array_walk crash). (Moriyoshi) +- Fixed bug #20934 (htmlspecialchars returns latin1 from UTF-8). (Moriyoshi) - Fixed bugs #20270, #15702, #18600 (segfaults in ext/java). (Tony J. White) - Made bcmath extension thread safe. (Sander) - Fixed bug #19566 (get_declared_classes() segfaults). (Moriyoshi, Marcus, Andi)