summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2015-02-14 05:41:04 +0900
committerYasuo Ohgaki <yohgaki@php.net>2015-02-14 05:41:04 +0900
commitc0dd221a3a47dfcb53e1c4415e1d3979ad1da6df (patch)
treeed5210d1a80a8fe699e294af5f68592c5f40d31f
parent3ea76a768c9bd287472cfbf8a8e317bee782f17c (diff)
downloadphp-git-c0dd221a3a47dfcb53e1c4415e1d3979ad1da6df.tar.gz
Update NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f4801cc10d..30302e64f7 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ PHP NEWS
- Core:
. Fixed bug #69017 (Fail to push to the empty array with the constant value
defined in class scope). (Laruence)
+ . Added NULL byte protection to exec, system and passthru. (Yasuo)
- ODBC:
. Bug #68964 (Allowed memory size exhausted with odbc_exec). (Anatol)