diff options
author | Julien Pauli <jpauli@php.net> | 2014-11-12 10:38:46 +0100 |
---|---|---|
committer | Julien Pauli <jpauli@php.net> | 2014-11-12 10:38:46 +0100 |
commit | 8eb2a1067ce478c035663c500bd74ec30731c494 (patch) | |
tree | 1b72e9c6faf06668ce497b305968ee7de5930820 /NEWS | |
parent | ae106ba62fa15d5d450c724c3aac11a1c346201f (diff) | |
download | php-git-PHP-5.5.19.tar.gz |
5.5.19 GAphp-5.5.19PHP-5.5.19
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -30 Oct 2014, PHP 5.5.19RC1 +13 Nov 2014, PHP 5.5.19 - Core: . Fixed bug #68095 (AddressSanitizer reports a heap buffer overflow in @@ -8,6 +8,8 @@ PHP NEWS . 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) - Fileinfo: . Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB) |