summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2005-02-22 10:03:23 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2005-02-22 10:03:23 +0000
commit3308133d4abd97c291de97b22851575ef3e12997 (patch)
treee1f3aacf467f419094aa121dfcd83a7ca5a2c481
parente9d101a685bc96d62ecbe6b3b2846e704f63091e (diff)
downloadphp-git-3308133d4abd97c291de97b22851575ef3e12997.tar.gz
- Reorder.
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1648216d10..0cd3baaafd 100644
--- a/NEWS
+++ b/NEWS
@@ -10,8 +10,8 @@ PHP NEWS
to 3.7.0. (Moriyoshi)
- Updated bundled libmbfl library (used for multibyte functions). (Moriyoshi)
Fixed bugs:
- . Bug #31911 (mb_decode_mimeheader() is case-sensitive to hex escapes)
. Bug #32063 (mb_convert_encoding ignores named entity 'alpha')
+ . Bug #31911 (mb_decode_mimeheader() is case-sensitive to hex escapes)
. bug #30573 (compiler warnings in libmbfl due to invalid type cast)
- Fixed a bug in mysql_affected_rows and mysql_stmt_affected_rows when the
api function returns -1 (Georg)