summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-06-10 09:35:38 +0200
committerFerenc Kovacs <tyrael@php.net>2015-06-10 09:35:38 +0200
commit2b8ba3e9f82c51c8f0d22dd2cf1110a7f781e89e (patch)
tree29225222ef8e80187f3f2e4ec92470175c479a96
parentc2d470474424a694b373b87eea9ab16caca9a4c2 (diff)
downloadphp-git-2b8ba3e9f82c51c8f0d22dd2cf1110a7f781e89e.tar.gz
add missing NEWS entries
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ecd71802a5..0a36d602e9 100644
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,9 @@
(Christoph M. Becker)
. Improved fix for bug #69545 (Integer overflow in ftp_genlist()
resulting in heap overflow). (Max Spelsberg)
+ . Fixed bug #69646 (OS command injection vulnerability in escapeshellarg).
+ (Anatol Belski)
+ . Fixed bug #69719 (Incorrect handling of paths with NULs). (Stas)
- GD:
. Fixed bug #69479 (GD fails to build with newer libvpx). (Remi)
@@ -37,6 +40,13 @@
- Iconv:
. Fixed bug #48147 (iconv with //IGNORE cuts the string). (Stas)
+- Litespeed SAPI:
+ . Fixed bug #68812 (Unchecked return value). (George Wang)
+
+- Mail:
+ . Fixed bug #68776 (mail() does not have mail header injection prevention for
+ additional headers). (Yasuo)
+
- MCrypt:
. Added file descriptor caching to mcrypt_create_iv() (Leigh)