From: Andrea Faulds Date: Thu, 3 Dec 2015 12:16:15 +0000 (+0000) Subject: NEWS for 8907da99b83204958cb2308ec12aa9e490372150 X-Git-Tag: php-7.0.1RC1~22^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d6dd2a27bc3159d1f8db5eca1ca32e90733c30f;p=php NEWS for 8907da99b83204958cb2308ec12aa9e490372150 --- diff --git a/NEWS b/NEWS index e17978ca31..9e85dc35db 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,8 @@ PHP NEWS to not be accepted as type name. (Bob) . Fixed exception not being thrown immediately into a generator yielding from an array. (Bob) + . Fixed bug #70987 (static::class within Closure::call() causes segfault). + (Andrea) - CLI server: . Fixed bug #71005 (Segfault in php_cli_server_dispatch_router()). (Adam)