summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)