summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-06-10 09:42:27 +0200
committerFerenc Kovacs <tyrael@php.net>2015-06-10 09:42:27 +0200
commitc9e5f38e5b62fb6e5b60fe0759f51ab137ae8fd6 (patch)
treeebca9b91e65cc8ec986da56095977a68ddb18a5f
parent13fbd03e9b054c4bd71d28a0151c74a30bed3970 (diff)
downloadphp-git-PHP-5.6.10.tar.gz
add missing NEWS entriesphp-5.6.10PHP-5.6.10
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4ac32e3290..5dd59009ff 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,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()
@@ -23,6 +26,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)