summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-01-11 21:14:16 +0100
committerAnatol Belski <ab@php.net>2016-01-11 21:14:16 +0100
commit7954e5dc2ac227f3a584f93c2badcc5bc560bfdc (patch)
tree8f94ecc345df00026492497c522a149a9cb11028
parent58dd956b63e4fd2c9cf8210239cf5e56e3858ff5 (diff)
downloadphp-git-7954e5dc2ac227f3a584f93c2badcc5bc560bfdc.tar.gz
update NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ac12adf197..a4c33c91f6 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,7 @@ PHP NEWS
(Anatol)
. Fixed bug #71297 (Memory leak with consecutive yield from). (Bob)
. Fixed bug #71314 (var_export(INF) prints INF.0). (Andrea)
+ . Fix range() segfaults (github #1695). (Thomas Punt)
- CURL:
. Fixed bug #71227 (Can't compile php_curl statically). (Anatol)