summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2016-02-05 19:51:58 +0800
committerXinchen Hui <laruence@gmail.com>2016-02-05 19:51:58 +0800
commite724e54305a14916a6a1bb52d92a6dd7a01878b1 (patch)
tree47116dd3ec9f466de75a66edca2f48451844b63a
parent095096c7ab2be3f6506bcd5429252b9abdf2138a (diff)
downloadphp-git-e724e54305a14916a6a1bb52d92a6dd7a01878b1.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c2b4d153a0..a69e0707f2 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,10 @@ PHP NEWS
. Fixed bug #71441 (Typehinted Generator with return in try/finally crashes).
(Bob)
+- CURL:
+ . Fixed bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes
+ while curl_multi_exec). (Laruence)
+
- Fileinfo:
. Fixed bug #71434 (finfo throws notice for specific python file). (Laruence)