summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2010-02-22 09:06:06 +0000
committerJani Taskinen <jani@php.net>2010-02-22 09:06:06 +0000
commit6a5c911b3fc6aac63b0fcbbbaee8fbe217333423 (patch)
treecd2a3335e360d1b4eb5c30c17896469fca1fe85a
parent2075801b326b550cbcdfb42123f1d556ca3fe9c9 (diff)
downloadphp-git-6a5c911b3fc6aac63b0fcbbbaee8fbe217333423.tar.gz
- Fixed NEWS entry order + removed aliases (only real names here!)
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index d98a700ec6..2597174bed 100644
--- a/NEWS
+++ b/NEWS
@@ -3,17 +3,17 @@ PHP NEWS
?? ??? 20??, PHP 5.3.3
- Upgraded bundled PCRE to version 8.01. (Ilia)
+- Improved crypt support for edge cases (UFC compatibility). (Joey, Pierre)
+
- Added stream filter support to mcrypt extension (ported from
mcrypt_filter). (Stas)
-- Improved crypt support for edge cases (UFC compatibility) (Solar Designer,
- Joey, Pierre)
-
- Fixed crypt's blowfish sanity check of the "setting" string, to reject iteration
- counts encoded as 36 through 39. (Solar Designer)
+ counts encoded as 36 through 39. (Pierre)
- Fixed #51059 (crypt crashes when invalid salt are given). (Pierre)
+
?? ??? 20??, PHP 5.3.2
- Upgraded bundled sqlite to version 3.6.22. (Ilia)
- Upgraded bundled libmagic to version 5.03. (Mikko)