1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 11:42:17 +02:00

Fix same typo as UPGRADING

This commit is contained in:
Christopher Jones
2011-09-13 01:07:48 +00:00
parent e6f0456677
commit c8be5036be

2
NEWS
View File

@@ -14,7 +14,7 @@ PHP NEWS
array_multisort). FR#55158 (Arpad)
- Improved MySQL extensions:
. ext/mysql, mysqli and pdo_mysql now use mysqlnd by defalt. (Johannes)
. ext/mysql, mysqli and pdo_mysql now use mysqlnd by default. (Johannes)
- Improved mbstring extension:
. Added Shift_JIS/UTF-8 Emoji (pictograms) support. (Rui)