summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-11-12 00:21:04 +0100
committerFerenc Kovacs <tyrael@php.net>2014-11-12 00:21:04 +0100
commita2e7b9162c83afbea33bb319ac9354a0b445c9a4 (patch)
tree9b0c971b10c7c537b68f74ef795d18c67a21a998
parent654bb8faf3699cf8415d099e12d5fc35dff886d5 (diff)
downloadphp-git-a2e7b9162c83afbea33bb319ac9354a0b445c9a4.tar.gz
update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 376d7f350b..7558645a4a 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,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)
- CURL:
. Add CURL_SSLVERSION_TLSv1_0, CURL_SSLVERSION_TLSv1_1, and