diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2015-08-02 19:49:52 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2015-08-02 19:49:52 +0200 |
commit | 55fd8fabd9e220d89a96e2324e7889e588bca279 (patch) | |
tree | 88163eb3ef8913445b14114b8cf83a5024db763e | |
parent | 9e246a73ef465f622050f8a166d35c5431df3bdd (diff) | |
download | php-git-55fd8fabd9e220d89a96e2324e7889e588bca279.tar.gz |
Give better credit in NEWS
Patch is actually exactly what he proposed, so...
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |