- news for the crt warning

This commit is contained in:
Pierre Joye 2011-09-13 10:39:59 +00:00
parent c1db9d4a87
commit ea09677718

2
NEWS
View File

@ -12,6 +12,8 @@ PHP NEWS
. Added support for SORT_NATURAL and SORT_FLAG_CASE in array
sort functions (sort, rsort, ksort, krsort, asort, arsort and
array_multisort). FR#55158 (Arpad)
. Disable windows CRT warning by default, can be enabled again using the ini
directive windows_show_crt_warnings. (Pierre)
- Improved MySQL extensions:
. ext/mysql, mysqli and pdo_mysql now use mysqlnd by default. (Johannes)