From: Xinchen Hui Date: Thu, 27 Jul 2017 03:24:26 +0000 (+0800) Subject: Update NEWS X-Git-Tag: php-7.2.0beta2~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f894bb750c2657ac4239171aa8ed907489fdb4f9;p=php Update NEWS --- diff --git a/NEWS b/NEWS index b6b639890c..331ddab025 100644 --- a/NEWS +++ b/NEWS @@ -40,6 +40,9 @@ PHP NEWS . Fixed bug #74991 (include_path has a 4096 char limit in some cases). (bwbroersma) +- Reflection: + . Fixed bug #74949 (null pointer dereference in _function_string). (Laruence) + - Session: . Fixed bug #74892 (Url Rewriting (trans_sid) not working on urls that start with "#"). (Andrew Nester)