diff options
author | Pierre Joye <pajoye@php.net> | 2011-09-13 10:39:59 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2011-09-13 10:39:59 +0000 |
commit | ea0967771880b3977e099682538f17def9797cbc (patch) | |
tree | 1c9f11f20d6e5922d2d399747479dcdc8d73efa5 | |
parent | c1db9d4a87cd8d6d7ba376f467bb5394589c4d1e (diff) | |
download | php-git-ea0967771880b3977e099682538f17def9797cbc.tar.gz |
- news for the crt warning
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |