Fixed wrong NEWS

This commit is contained in:
Julien Pauli 2014-11-12 10:59:54 +01:00
parent 99b538a722
commit 14d3e173aa

8
NEWS
View File

@ -3,18 +3,18 @@ PHP NEWS
?? ??? 2014, PHP 5.5.20
- Core:
. Fixed bug #68365 (zend_mm_heap corrupted after memory overflow in
zend_hash_copy). (Dmitry)
. Fixed bug #68370 ("unset($this)" can make the program crash). (Laruence)
?? ??? 2014, PHP 5.5.19
13 Nov 2014, PHP 5.5.19
- Core:
. Fixed bug #68370 ("unset($this)" can make the program crash). (Laruence)
. Fixed bug #68095 (AddressSanitizer reports a heap buffer overflow in
php_getopt()). (Stas)
. Fixed bug #68118 ($a->foo .= 'test'; can leave $a->foo undefined). (Nikita)
. Fixed bug #68129 (parse_url() - incomplete support for empty usernames
and passwords) (Tjerk)
. Fixed bug #68365 (zend_mm_heap corrupted after memory overflow in
zend_hash_copy). (Dmitry)
- CURL:
. Add CURL_SSLVERSION_TLSv1_0, CURL_SSLVERSION_TLSv1_1, and