]> granicus.if.org Git - php/commitdiff
Give better credit in NEWS
authorBob Weinand <bobwei9@hotmail.com>
Sun, 2 Aug 2015 17:49:52 +0000 (19:49 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Sun, 2 Aug 2015 17:49:52 +0000 (19:49 +0200)
Patch is actually exactly what he proposed, so...

NEWS

diff --git a/NEWS b/NEWS
index 2814b889a8b61ee65c579f26d18d0926ca3dbde8..5c5519faa17cc7253638b8b3cec383e2e8ac1656 100644 (file)
--- 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)