summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-01-28 13:58:48 +0100
committerAnatol Belski <ab@php.net>2016-01-28 13:58:48 +0100
commitfc53d7408ba12bc0cbed8c20f3258b953c9ea9a5 (patch)
treef750f37fd1c248b9552ba574ec92b62a4450465b
parent89ccd8ad565b85f415bbb86a455c5c1ebfbad066 (diff)
downloadphp-git-fc53d7408ba12bc0cbed8c20f3258b953c9ea9a5.tar.gz
update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e25d793b97..1e9fb65d7a 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,8 @@ PHP NEWS
(Anatol)
. Fixed bug #71297 (Memory leak with consecutive yield from). (Bob)
. Fixed bug #71314 (var_export(INF) prints INF.0). (Andrea)
+ . Fixed bug #71039 (exec functions ignore length but look for NULL termination).
+ (Anatol)
- Apache2handler:
. Fix >2G Content-Length headers in apache2handler. (Adam Harvey)