]> granicus.if.org Git - php/commitdiff
- news for the crt warning
authorPierre Joye <pajoye@php.net>
Tue, 13 Sep 2011 10:39:59 +0000 (10:39 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 13 Sep 2011 10:39:59 +0000 (10:39 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 42b9118ca56917e4462ea131024e3d9dcbebdb52..949f2c173e44dfc1aa7584f60ec95de34f64eb74 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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)