From c9e5f38e5b62fb6e5b60fe0759f51ab137ae8fd6 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Wed, 10 Jun 2015 09:42:27 +0200 Subject: add missing NEWS entries --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) 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) -- cgit v1.2.1