diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2005-02-22 10:03:23 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2005-02-22 10:03:23 +0000 |
commit | 3308133d4abd97c291de97b22851575ef3e12997 (patch) | |
tree | e1f3aacf467f419094aa121dfcd83a7ca5a2c481 | |
parent | e9d101a685bc96d62ecbe6b3b2846e704f63091e (diff) | |
download | php-git-3308133d4abd97c291de97b22851575ef3e12997.tar.gz |
- Reorder.
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |