]> granicus.if.org Git - php/commitdiff
Add NEWS entries [ci skip]
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 14 Apr 2020 06:53:35 +0000 (08:53 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 14 Apr 2020 06:54:00 +0000 (08:54 +0200)
NEWS

diff --git a/NEWS b/NEWS
index ff1aa47d3ba448bde4a0c45428f4d4cb501cee9e..9ebfbf1627324f0fa33903b2a5ba8c81badd1fd8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -49,6 +49,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)