summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-06-10 09:36:53 +0200
committerFerenc Kovacs <tyrael@php.net>2015-06-10 09:36:53 +0200
commit0d7f22c157f195717c64adb58dd6e07c60840a95 (patch)
treed5890465200427da2e84e26a77cd098082e78ef6
parent60a2742fd280ea4a53e6f4c2f811bedbec89393d (diff)
downloadphp-git-0d7f22c157f195717c64adb58dd6e07c60840a95.tar.gz
add missing NEWS entries
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 39b920b344..0e95c27251 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,9 @@ PHP NEWS
(Christoph M. Becker)
. Fixed POST data processing slowdown due to small input buffer size
on Windows. (Jorge Oliveira, Anatol)
+ . Fixed bug #69646 (OS command injection vulnerability in escapeshellarg).
+ (Anatol Belski)
+ . Fixed bug #69719 (Incorrect handling of paths with NULs). (Stas)
- FTP
. Improved fix for bug #69545 (Integer overflow in ftp_genlist()
@@ -42,6 +45,13 @@ PHP NEWS
- 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)