@@ -3,9 +3,17 @@ PHP NEWS
3
3
?? Jul 2015, PHP 5.6.11
4
4
5
5
- Core:
6
+ . Fixed bug #69703 (Use __builtin_clzl on PowerPC).
7
+ (dja at axtens dot net, Kalle)
8
+ . Fixed bug #69732 (can induce segmentation fault with basic php code).
9
+ (Dmitry)
6
10
. Fixed #69642 (Windows 10 reported as Windows 8).
7
11
(Christian Wenz, Anatol Belski)
8
12
13
+ - SimpleXML:
14
+ . Refactored the fix for bug #66084 (simplexml_load_string() mangles empty
15
+ node name). (Christoph Michael Becker)
16
+
9
17
- SPL:
10
18
. Fixed bug #69737 (Segfault when SplMinHeap::compare produces fatal error).
11
19
(Stas)
@@ -23,10 +31,6 @@ PHP NEWS
23
31
(Christoph M. Becker)
24
32
. Fixed POST data processing slowdown due to small input buffer size
25
33
on Windows. (Jorge Oliveira, Anatol)
26
- . Fixed bug #69703 (Use __builtin_clzl on PowerPC).
27
- (dja at axtens dot net, Kalle)
28
- . Fixed bug #69732 (can induce segmentation fault with basic php code).
29
- (Dmitry)
30
34
31
35
- GD:
32
36
. Fixed bug #69479 (GD fails to build with newer libvpx). (Remi)
@@ -48,10 +52,6 @@ PHP NEWS
48
52
- Postgres:
49
53
. Fixed bug #69667 (segfault in php_pgsql_meta_data). (Remi)
50
54
51
- - SimpleXML:
52
- . Refactored the fix for bug #66084 (simplexml_load_string() mangles empty
53
- node name). (Christoph Michael Becker)
54
-
55
55
- Sqlite3:
56
56
. Upgrade bundled sqlite to 3.8.10.2. (CVE-2015-3414, CVE-2015-3415,
57
57
CVE-2015-3416) (Kaplan)
0 commit comments