summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-11-12 02:09:12 +0100
committerFerenc Kovacs <tyrael@php.net>2014-11-12 02:09:12 +0100
commit45ef9014eb1ca21a46c2082eb7eca0f118f5ed17 (patch)
tree668ece2eeaf34cf731fdbd2b96529957b637fcd3
parent6e9144de5a3b60af92df8aa9076675c5a9611547 (diff)
downloadphp-git-45ef9014eb1ca21a46c2082eb7eca0f118f5ed17.tar.gz
update NEWS for 5.6.3
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index eaa73b5e85..e75ab27afb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-30 Oct 2014, PHP 5.6.3RC1
+13 Nov 2014, PHP 5.6.3
- Core:
. Implemented 64-bit format codes for pack() and unpack(). (Leigh)
@@ -16,6 +16,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