Skip to content

Commit 3884748

Browse files
committed
fix NEWS
1 parent 4e46a87 commit 3884748

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NEWS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ PHP NEWS
99
- Core:
1010
. Fixed bug #64235 (Insteadof not work for class method in 5.4.11).
1111
(Laruence)
12+
. Fixed bug #64197 (_Offsetof() macro used but not defined on ARM/Clang).
13+
(Ard Biesheuvel)
1214
. Implemented FR #64175 (Added HTTP codes as of RFC 6585). (Jonh Wendell)
1315
. Fixed bug #64142 (dval to lval different behavior on ppc64). (Remi)
1416
. Fixed bug #64070 (Inheritance with Traits failed with error). (Dmitry)
@@ -20,6 +22,8 @@ PHP NEWS
2022
. mb_split() can now handle empty matches like preg_split() does. (Moriyoshi)
2123

2224
- OpenSSL:
25+
. New SSL stream context option to prevent CRIME attack vector. (Daniel Lowrey,
26+
Lars)
2327
. Fixed bug #61930 (openssl corrupts ssl key resource when using
2428
openssl_get_publickey()). (Stas)
2529

@@ -95,10 +99,6 @@ PHP NEWS
9599
. Fixed bug #63916 (PDO::PARAM_INT casts to 32bit int internally even
96100
on 64bit builds in pdo_sqlite). (srgoogleguy, Lars)
97101

98-
- OpenSSL:
99-
. New SSL stream context option to prevent CRIME attack vector. (Daniel Lowrey,
100-
Lars)
101-
102102
17 Jan 2012, PHP 5.4.11
103103

104104
- Core:

0 commit comments

Comments
 (0)