summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2002-12-12 13:44:18 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2002-12-12 13:44:18 +0000
commitd0c781cc84e741c5f3fc93ce8e4be4ac114dc6dd (patch)
treec745dbd05b8d892e5bd1c13ef70ea771bac8041b
parent1ef74a4f791aadd5718a5aa5b03ab94d1266ecdd (diff)
downloadphp-git-d0c781cc84e741c5f3fc93ce8e4be4ac114dc6dd.tar.gz
Jani happification
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
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)