Skip to content

Commit b16842e

Browse files
author
Julien Pauli
committed
Fixed NEWS
1 parent 11928db commit b16842e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

NEWS

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ PHP NEWS
99
(Julien)
1010
. Fixed bug #69628 (complex GLOB_BRACE fails on Windows).
1111
(Christoph M. Becker)
12+
13+
- FTP:
1214
. Improved fix for bug #69545 (Integer overflow in ftp_genlist()
1315
resulting in heap overflow). (Max Spelsberg)
1416

@@ -21,6 +23,10 @@ PHP NEWS
2123
- MCrypt:
2224
. Added file descriptor caching to mcrypt_create_iv() (Leigh)
2325

26+
- Opcache
27+
. Fixed bug #69549 (Memory leak with opcache.optimization_level=0xFFFFFFFF).
28+
(Laruence, Dmitry)
29+
2430
- PCRE:
2531
. Upgraded pcrelib to 8.37. (CVE-2015-2325, CVE-2015-2326)
2632

@@ -31,10 +37,6 @@ PHP NEWS
3137
- Postgres:
3238
. Fixed bug #69667 (segfault in php_pgsql_meta_data). (Remi)
3339

34-
- Opcache
35-
. Fixed bug #69549 (Memory leak with opcache.optimization_level=0xFFFFFFFF).
36-
(Laruence, Dmitry)
37-
3840
- Sqlite3:
3941
. Upgrade bundled sqlite to 3.8.10.2. (CVE-2015-3414, CVE-2015-3415,
4042
CVE-2015-3416) (Kaplan)

0 commit comments

Comments
 (0)