summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-02-23 17:50:08 +0000
committerPierre Joye <pajoye@php.net>2010-02-23 17:50:08 +0000
commit784ac4e3ac83239a7865fa1fe096987f1abd2668 (patch)
tree7f77f79263941648afde764f0933a9f407edf6f5
parent0889b619f288d04005495c6fa0ff664a8f730a76 (diff)
downloadphp-git-784ac4e3ac83239a7865fa1fe096987f1abd2668.tar.gz
- update
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a7c2d520e3..b5b65963e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,11 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2010, PHP 5.3.2 RC 3
-
+- 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. (Pierre)
+- Fixed #51059 (crypt crashes when invalid salt are given). (Pierre)
12 Feb 2010, PHP 5.3.2 RC 2