diff options
author | Sara Golemon <pollita@php.net> | 2020-04-14 10:25:37 -0400 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2020-04-14 10:25:37 -0400 |
commit | 6df761b7ffc0f54d9d282c394a2a5e53c3d036ef (patch) | |
tree | 2e12ad9f7eefe92437646bcfc4cce1b0692cbb71 | |
parent | 9d6bf8221b05f86ce5875832f0f646c4c1f218be (diff) | |
download | php-git-6df761b7ffc0f54d9d282c394a2a5e53c3d036ef.tar.gz |
NEWS
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2020, PHP 7.2.30 +- Standard: + . Fixed bug #79330 (shell_exec() silently truncates after a null byte). (stas) + . Fixed bug #79465 (OOB Read in urldecode()). (stas) 19 Mar 2020, PHP 7.2.29 |