summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2015-06-09 18:18:31 +0200
committerJulien Pauli <jpauli@php.net>2015-06-09 18:18:31 +0200
commitb16842e5a211e7649214dcc61f6a9305efebe349 (patch)
treea9c18834566bb987a83f554ae9258bb4ef70c4b9
parent11928db0d3d2f8c4387822ca1bcf95243512dc53 (diff)
downloadphp-git-b16842e5a211e7649214dcc61f6a9305efebe349.tar.gz
Fixed NEWS
-rw-r--r--NEWS10
1 files changed, 6 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 96f840e54e..e0023285f3 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ PHP NEWS
(Julien)
. Fixed bug #69628 (complex GLOB_BRACE fails on Windows).
(Christoph M. Becker)
+
+- FTP:
. Improved fix for bug #69545 (Integer overflow in ftp_genlist()
resulting in heap overflow). (Max Spelsberg)
@@ -21,6 +23,10 @@ PHP NEWS
- MCrypt:
. Added file descriptor caching to mcrypt_create_iv() (Leigh)
+- Opcache
+ . Fixed bug #69549 (Memory leak with opcache.optimization_level=0xFFFFFFFF).
+ (Laruence, Dmitry)
+
- PCRE:
. Upgraded pcrelib to 8.37. (CVE-2015-2325, CVE-2015-2326)
@@ -31,10 +37,6 @@ PHP NEWS
- Postgres:
. Fixed bug #69667 (segfault in php_pgsql_meta_data). (Remi)
-- Opcache
- . Fixed bug #69549 (Memory leak with opcache.optimization_level=0xFFFFFFFF).
- (Laruence, Dmitry)
-
- Sqlite3:
. Upgrade bundled sqlite to 3.8.10.2. (CVE-2015-3414, CVE-2015-3415,
CVE-2015-3416) (Kaplan)