diff options
author | Xinchen Hui <laruence@php.net> | 2013-06-05 17:30:57 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2013-06-05 17:30:57 +0800 |
commit | 7da648ff2f5c32d99e80fb3d712c2b95b19188c0 (patch) | |
tree | 1e9990fe77c684ed74f9ce41e77eb60734f2f0a8 | |
parent | e89537f2a349d5d1f401e010ec6f17cff4035719 (diff) | |
download | php-git-7da648ff2f5c32d99e80fb3d712c2b95b19188c0.tar.gz |
Update NEWS
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ PHP NEWS ?? ??? 2013, PHP 5.5.0 Release Candidate 3 - Core: + . Fixed bug #64960 (Segfault in gc_zval_possible_root). (Laruence) . Fixed bug #64879 (Heap based buffer overflow in quoted_printable_encode, CVE 2013-2110). (Stas) @@ -10,8 +11,8 @@ PHP NEWS . Fixed Bug #64915 (error_log ignored when daemonize=0). (Remi) - GD: - . Fixed Bug #64961 (segfault in imagesetinterpolation). (Remi) . Fixed Bug #64962 (imagerotate produces corrupted image). (Remi) + . Fixed Bug #64961 (segfault in imagesetinterpolation). (Remi) - Hash: . Fixed Bug #64745 (hash_pbkdf2() truncates data when using default length |