summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-08-02 19:49:52 +0200
committerBob Weinand <bobwei9@hotmail.com>2015-08-02 19:49:52 +0200
commit55fd8fabd9e220d89a96e2324e7889e588bca279 (patch)
tree88163eb3ef8913445b14114b8cf83a5024db763e
parent9e246a73ef465f622050f8a166d35c5431df3bdd (diff)
downloadphp-git-55fd8fabd9e220d89a96e2324e7889e588bca279.tar.gz
Give better credit in NEWS
Patch is actually exactly what he proposed, so...
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2814b889a8..5c5519faa1 100644
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,8 @@ PHP NEWS
. Fixed bug #69896 ('asm' operand has impossible constraints). (Anatol)
. Fixed bug #70183 (null pointer deref (segfault) in zend_eval_const_expr).
(Hugh Davenport)
- . Fixed bug #70182 (Segfault in ZEND_ASSIGN_DIV_SPEC_CV_UNUSED_HANDLER). (Bob)
+ . Fixed bug #70182 (Segfault in ZEND_ASSIGN_DIV_SPEC_CV_UNUSED_HANDLER).
+ (Hugh Davenport)
- Curl:
. Fixed bug #70163 (curl_setopt_array() type confusion). (Laruence)