summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2009-12-09 10:15:34 +0000
committerJani Taskinen <jani@php.net>2009-12-09 10:15:34 +0000
commit6dff9d7632d6313782c15ce77a955ef1b249568a (patch)
treeb055750c8fdf58c3f48a1f7d05c62e5b5ab8d8aa
parent77afccc28cfe14ab23b3750777b1a796f969a863 (diff)
downloadphp-git-6dff9d7632d6313782c15ce77a955ef1b249568a.tar.gz
FIFO
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d6d20e6446..2d81093a87 100644
--- 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)