From: Anatol Belski Date: Sun, 2 Aug 2015 14:53:11 +0000 (+0200) Subject: updated NEWS X-Git-Tag: php-7.0.0beta3~5^2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56d163075b4ecd639f1edd62d94b450971e6f94b;p=php updated NEWS --- diff --git a/NEWS b/NEWS index 5e03a8e92a..ee77efb198 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,8 @@ PHP NEWS . Fixed bug #70108 (sometimes empty $_SERVER['QUERY_STRING']). (Anatol) . Fixed bug #70179 ($this refcount issue). (Bob) . Fixed bug #69896 ('asm' operand has impossible constraints). (Anatol) + . Fixed bug #70183 (null pointer deref (segfault) in zend_eval_const_expr). + (Hugh Davenport) - Curl: . Fixed bug #70163 (curl_setopt_array() type confusion). (Laruence)