summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-04-14 08:55:48 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-04-14 08:56:09 +0200
commita76b3358e4a81537a667b127f1d6141614223b95 (patch)
treee202a3b9b1b8e67feb7604742a3c88d092423033
parent864d69bef784d303e2664c943c4281d34f62b09d (diff)
parent8967588702e707956df1a02055596148fa114a2f (diff)
downloadphp-git-a76b3358e4a81537a667b127f1d6141614223b95.tar.gz
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Add NEWS entries [ci skip]
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dd770268ae..1c952998b0 100644
--- a/NEWS
+++ b/NEWS
@@ -61,6 +61,8 @@ PHP NEWS
(cmb)
- Standard:
+ . Fixed bug #79330 (shell_exec() silently truncates after a null byte). (stas)
+ . Fixed bug #79465 (OOB Read in urldecode()). (stas)
. Fixed bug #79410 (system() swallows last chunk if it is exactly 4095 bytes
without newline). (Christian Schneider)