diff options
author | Pierre Joye <pajoye@php.net> | 2010-02-24 19:57:56 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2010-02-24 19:57:56 +0000 |
commit | 707d02b7f57a99f8b68c6060cea579a3b236a6ce (patch) | |
tree | 372c46ccd06677672d9b59a8161e3b28bf05883e | |
parent | f8eb9abf4408117f402d9172bfa25c3ce9d95dfe (diff) | |
download | php-git-707d02b7f57a99f8b68c6060cea579a3b236a6ce.tar.gz |
- merge/update/fix
-rw-r--r-- | NEWS | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -3,17 +3,9 @@ PHP NEWS ?? ??? 20??, PHP 5.3.3 - Upgraded bundled PCRE to version 8.01. (Ilia) -- Improved crypt support for edge cases (UFC compatibility). (Solar Designer, - Joey, Pierre) - - Added stream filter support to mcrypt extension (ported from mcrypt_filter). (Stas) -- 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) - ?? ??? 20??, PHP 5.3.2 - Upgraded bundled sqlite to version 3.6.22. (Ilia) @@ -50,8 +42,12 @@ PHP NEWS (Linus Nielsen Feltzing <linus@haxx.se>) - Added client-side server name indication support in openssl. (Arnaud) +- Improved crypt support for edge cases (UFC compatibility). (Solar Designer, + Joey, Pierre) - Improved fix for bug #50006 (Segfault caused by uksort()). (Stas) +- Fixed crypt's blowfish sanity check of the "setting" string, to reject iteration + counts encoded as 36 through 39. (Solar Designer, Joey, Pierre) - Fixed mysqlnd hang when queries exactly 16777214 bytes long are sent. (Andrey) - Fixed incorrect decoding of 5-byte BIT sequences in mysqlnd. (Andrey) - Fixed error_log() to be binary safe when using message_type 3. (Jani) @@ -73,6 +69,7 @@ PHP NEWS - Fixed memory leak in the realpath cache on Windows. (Pierre) - Fixed memory leak in zip_close. (Pierre) +- Fixed #51059 (crypt crashes when invalid salt are given). (Pierre) - Fixed bug #50952 (allow underscore _ in constants parsed in php.ini files). (Jani) - Fixed bug #50940 (Custom content-length set incorrectly in Apache SAPIs). |