summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Faulds <ajf@ajf.me>2015-12-03 12:16:15 +0000
committerAndrea Faulds <ajf@ajf.me>2015-12-03 12:16:15 +0000
commit3d6dd2a27bc3159d1f8db5eca1ca32e90733c30f (patch)
tree53492ba48d481382bae749842c412c583105861f
parent59424bb7bd2a5206dddb8575d8f081610be7bf50 (diff)
downloadphp-git-3d6dd2a27bc3159d1f8db5eca1ca32e90733c30f.tar.gz
NEWS for 8907da99b83204958cb2308ec12aa9e490372150
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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)