File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
- Core:
10
10
. Fixed bug #64235 (Insteadof not work for class method in 5.4.11).
11
11
(Laruence)
12
+ . Fixed bug #64197 (_Offsetof() macro used but not defined on ARM/Clang).
13
+ (Ard Biesheuvel)
12
14
. Implemented FR #64175 (Added HTTP codes as of RFC 6585). (Jonh Wendell)
13
15
. Fixed bug #64142 (dval to lval different behavior on ppc64). (Remi)
14
16
. Fixed bug #64070 (Inheritance with Traits failed with error). (Dmitry)
@@ -20,6 +22,8 @@ PHP NEWS
20
22
. mb_split() can now handle empty matches like preg_split() does. (Moriyoshi)
21
23
22
24
- OpenSSL:
25
+ . New SSL stream context option to prevent CRIME attack vector. (Daniel Lowrey,
26
+ Lars)
23
27
. Fixed bug #61930 (openssl corrupts ssl key resource when using
24
28
openssl_get_publickey()). (Stas)
25
29
@@ -95,10 +99,6 @@ PHP NEWS
95
99
. Fixed bug #63916 (PDO::PARAM_INT casts to 32bit int internally even
96
100
on 64bit builds in pdo_sqlite). (srgoogleguy, Lars)
97
101
98
- - OpenSSL:
99
- . New SSL stream context option to prevent CRIME attack vector. (Daniel Lowrey,
100
- Lars)
101
-
102
102
17 Jan 2012, PHP 5.4.11
103
103
104
104
- Core:
You can’t perform that action at this time.
0 commit comments