summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2015-02-14 05:40:51 +0900
committerYasuo Ohgaki <yohgaki@php.net>2015-02-14 05:40:51 +0900
commitd0be36cf5b5b92bd51e8e4c3e924411c93f95bd8 (patch)
tree17340fdf104efb042457af0c39dec7011cdd2879
parenta54300b3f69aa1c0f417d02d653045f8805f327d (diff)
downloadphp-git-d0be36cf5b5b92bd51e8e4c3e924411c93f95bd8.tar.gz
Update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0f2239c342..28335d957e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? Feb 2015, PHP 5.6.7
+- Core:
+ . Added NULL byte protection to exec, system and passthru. (Yasuo)
+
- ODBC:
. Bug #68964 (Allowed memory size exhausted with odbc_exec). (Anatol)