From: Lior Kaplan Date: Tue, 31 Mar 2015 06:20:29 +0000 (+0300) Subject: Align NEWS entries with 5.6.7 X-Git-Tag: php-5.6.8RC1~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5fd3fc99d4b5fd6bb8159f1c274aab72c22bce0;p=php Align NEWS entries with 5.6.7 --- diff --git a/NEWS b/NEWS index 8e25aadd3e..14a861fd46 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,6 @@ PHP NEWS . Fixed bug #68917 (parse_url fails on some partial urls). (Wei Dai) . Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM configuration options). (Anatol Belski) - . Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas) . Fixed bug #69210 (serialize function return corrupted data when sleep has non-string values). (Juan Basso) . Fixed bug #69212 (Leaking VIA_HANDLER func when exception thrown in @@ -89,6 +88,9 @@ PHP NEWS functions). (kostyantyn dot lysyy at oracle dot com) . Fixed bug #68976 (Use After Free Vulnerability in unserialize()). (CVE-2015-0231) (Stas) + . Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM + configuration options). (Anatol Belski) + . Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas) - CGI: . Fixed bug #69015 (php-cgi's getopt does not see $argv). (Laruence)