diff options
author | Jani Taskinen <jani@php.net> | 2009-12-08 06:19:56 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2009-12-08 06:19:56 +0000 |
commit | 0e218d3512da65fbc0121db2b0e13d32b218fc18 (patch) | |
tree | 6ba75b2c97284293dfc60371c26fb7858b9b638b | |
parent | a94558c855ed4a9a53b3b2db226884a26bff6d4e (diff) | |
download | php-git-0e218d3512da65fbc0121db2b0e13d32b218fc18.tar.gz |
FIFO
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |