From: Julien Pauli Date: Wed, 12 Nov 2014 09:59:54 +0000 (+0100) Subject: Fixed wrong NEWS X-Git-Tag: php-5.5.20RC1~37^2~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14d3e173aa08765de2a053dd267c5beba8b872c9;p=php Fixed wrong NEWS --- diff --git a/NEWS b/NEWS index 5a52d6afd5..6c5cbe9cdf 100644 --- a/NEWS +++ b/NEWS @@ -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