]> granicus.if.org Git - php/commitdiff
FIFO
authorJani Taskinen <jani@php.net>
Wed, 9 Dec 2009 10:15:34 +0000 (10:15 +0000)
committerJani Taskinen <jani@php.net>
Wed, 9 Dec 2009 10:15:34 +0000 (10:15 +0000)
NEWS

diff --git a/NEWS b/NEWS
index d6d20e6446523f9c46e84cd61dbb858b2c49b50a..2d81093a87e39d539ed2adc56537b1810aa20d2a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ PHP                                                                        NEWS
 - Changed "post_max_size" php.ini directive to allow unlimited post size by
   setting it to 0. (Rasmus)
 
+- Added support for SHA-256 and SHA-512 to php's crypt. (Pierre)
 - Added realpath_cache_size() and realpath_cache_get() functions. (Stas)
 - Added FILTER_FLAG_STRIP_BACKTICK option to the filter extension. (Ilia)
 - Added protection for $_SESSION from interrupt corruption and improved
@@ -22,7 +23,6 @@ PHP                                                                        NEWS
 - Added support for CURLOPT_CERTINFO. FR #49253.
   (Linus Nielsen Feltzing <linus@haxx.se>)
 - Added client-side server name indication support in openssl. (Arnaud)
-- Added support for SHA-256 and SHA-512 to php's crypt. (Pierre)
 
 - Improved fix for bug #50006 (Segfault caused by uksort()). (Stas)