]> granicus.if.org Git - php/commitdiff
FIFO
authorJani Taskinen <jani@php.net>
Tue, 8 Dec 2009 06:19:56 +0000 (06:19 +0000)
committerJani Taskinen <jani@php.net>
Tue, 8 Dec 2009 06:19:56 +0000 (06:19 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 2632a7ec050580bf04fdcca8bc224bf8b152d672..6ea4e3a66fbc1817ba6e17ae4c4235cc7e0fc6be 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 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
   "session.save_path" check. (Stas)
@@ -21,7 +22,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 realpath_cache_size() and realpath_cache_get(). (Stas)
 
 - Improved fix for bug #50006 (Segfault caused by uksort()). (Stas)