From: Ferenc Kovacs Date: Thu, 11 Jun 2015 18:30:56 +0000 (+0200) Subject: this is in 5.6.10, not in 5.6.9 X-Git-Tag: php-5.6.11RC1~13^2~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f471c1c69cc381805b7bf5facc39cfe3a328fd9;p=php this is in 5.6.10, not in 5.6.9 --- diff --git a/NEWS b/NEWS index 90e051c2c9..d66d82eebb 100644 --- a/NEWS +++ b/NEWS @@ -69,6 +69,9 @@ PHP NEWS . Fixed bug #69549 (Memory leak with opcache.optimization_level=0xFFFFFFFF). (Laruence, Dmitry) +- PCRE + . Upgraded pcrelib to 8.37. (CVE-2015-2325, CVE-2015-2326) + - Phar: . Fixed bug #69680 (phar symlink in binary directory broken). (Matteo Bernardini, Remi) @@ -123,9 +126,6 @@ PHP NEWS . Fixed bug #68598 (pcntl_exec() should not allow null char). (CVE-2015-4026) (Stas) -- PCRE - . Upgraded pcrelib to 8.37. (CVE-2015-2325, CVE-2015-2326) - - Phar: . Fixed bug #69453 (Memory Corruption in phar_parse_tarfile when entry filename starts with null). (CVE-2015-4021) (Stas)