Skip to content

Commit 72d0796

Browse files
committed
these will be part of 5.6.11
1 parent 632c5d6 commit 72d0796

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

NEWS

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@ PHP NEWS
33
?? Jul 2015, PHP 5.6.11
44

55
- 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)
610
. Fixed #69642 (Windows 10 reported as Windows 8).
711
(Christian Wenz, Anatol Belski)
812

13+
- SimpleXML:
14+
. Refactored the fix for bug #66084 (simplexml_load_string() mangles empty
15+
node name). (Christoph Michael Becker)
16+
917
- SPL:
1018
. Fixed bug #69737 (Segfault when SplMinHeap::compare produces fatal error).
1119
(Stas)
@@ -23,10 +31,6 @@ PHP NEWS
2331
(Christoph M. Becker)
2432
. Fixed POST data processing slowdown due to small input buffer size
2533
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)
3034

3135
- GD:
3236
. Fixed bug #69479 (GD fails to build with newer libvpx). (Remi)
@@ -48,10 +52,6 @@ PHP NEWS
4852
- Postgres:
4953
. Fixed bug #69667 (segfault in php_pgsql_meta_data). (Remi)
5054

51-
- SimpleXML:
52-
. Refactored the fix for bug #66084 (simplexml_load_string() mangles empty
53-
node name). (Christoph Michael Becker)
54-
5555
- Sqlite3:
5656
. Upgrade bundled sqlite to 3.8.10.2. (CVE-2015-3414, CVE-2015-3415,
5757
CVE-2015-3416) (Kaplan)

0 commit comments

Comments
 (0)