diff options
author | Pierre Joye <pajoye@php.net> | 2010-02-23 17:50:08 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2010-02-23 17:50:08 +0000 |
commit | 784ac4e3ac83239a7865fa1fe096987f1abd2668 (patch) | |
tree | 7f77f79263941648afde764f0933a9f407edf6f5 | |
parent | 0889b619f288d04005495c6fa0ff664a8f730a76 (diff) | |
download | php-git-784ac4e3ac83239a7865fa1fe096987f1abd2668.tar.gz |
- update
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |