summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-11-21 17:47:52 +0100
committerAnatol Belski <ab@php.net>2015-11-21 17:47:52 +0100
commit855cf743abc1c3721db2e54c74faa6d8518bbc1b (patch)
treecfc7ed38753f5011dd1a9ccd6cf498d314e0f7bb
parent597ed66ade112b4bde671f1e2ee0f1a000d16427 (diff)
downloadphp-git-855cf743abc1c3721db2e54c74faa6d8518bbc1b.tar.gz
sync NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 652d98632b..39afe90f1d 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ PHP NEWS
???
- Core:
+ . Fixed bug #70947 (INI parser segfault with INI_SCANNER_TYPED). (Laruence)
. Fixed bug #70944 (try{ } finally{} can create infinite chains of
exceptions). (Laruence)
. Fixed bug #70914 (zend_throw_or_error() format string vulnerability).