summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2020-04-14 10:51:01 +0100
committerDerick Rethans <github@derickrethans.nl>2020-04-14 10:51:01 +0100
commitf10c944c3d7429d2597320f876725419665bf387 (patch)
tree653d7e87dcd699fe8c8a1117828211593ba04631
parent4f606b5b8de2e9a762e3218d8375c53d08bbdbc5 (diff)
downloadphp-git-f10c944c3d7429d2597320f876725419665bf387.tar.gz
Update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 360c7c392d..85458ef5b5 100644
--- a/NEWS
+++ b/NEWS
@@ -45,8 +45,11 @@ PHP NEWS
(cmb)
- Standard:
+ . Fixed bug #79330 (shell_exec() silently truncates after a null byte). (stas)
. Fixed bug #79410 (system() swallows last chunk if it is exactly 4095 bytes
without newline). (Christian Schneider)
+ . Fixed bug #79465 (OOB Read in urldecode()). (stas)
+
- Zip:
. Fixed Bug #79296 (ZipArchive::open fails on empty file). (Remi)