summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2014-11-12 10:38:46 +0100
committerJulien Pauli <jpauli@php.net>2014-11-12 10:38:46 +0100
commit8eb2a1067ce478c035663c500bd74ec30731c494 (patch)
tree1b72e9c6faf06668ce497b305968ee7de5930820 /NEWS
parentae106ba62fa15d5d450c724c3aac11a1c346201f (diff)
downloadphp-git-PHP-5.5.19.tar.gz
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index af5c7f7dd8..6b72291b46 100644
--- a/NEWS
+++ b/NEWS
@@ -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)