|
1 | 1 | PHP NEWS
|
2 | 2 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
3 |
| -?? ??? 2015, PHP 5.5.26 |
| 3 | +?? ??? 2015, PHP 5.5.27 |
4 | 4 |
|
5 | 5 | - Core:
|
6 |
| - . Fixed bug #69566 (Conditional jump or move depends on uninitialised value |
7 |
| - in extension trait). (jbboehr at gmail dot com) |
8 |
| - . Fixed bug #66048 (temp. directory is cached during multiple requests). |
9 |
| - (Julien) |
10 |
| - . Fixed bug #69628 (complex GLOB_BRACE fails on Windows). |
11 |
| - (Christoph M. Becker) |
12 | 6 | . Fixed bug #69703 (Use __builtin_clzl on PowerPC).
|
13 | 7 | (dja at axtens dot net, Kalle)
|
14 | 8 | . Fixed bug #69732 (can induce segmentation fault with basic php code).
|
15 | 9 | (Dmitry)
|
16 | 10 | . Fixed #69642 (Windows 10 reported as Windows 8).
|
17 | 11 | (Christian Wenz, Anatol Belski)
|
18 | 12 |
|
| 13 | +- SimpleXML: |
| 14 | + . Refactored the fix for bug #66084 (simplexml_load_string() mangles empty |
| 15 | + node name). (Christoph Michael Becker) |
| 16 | + |
| 17 | +- SPL: |
| 18 | + . Fixed bug #69737 (Segfault when SplMinHeap::compare produces fatal error). |
| 19 | + (Stas) |
| 20 | + . Fixed bug #67805 (SplFileObject setMaxLineLength). (Willian Gustavo Veiga). |
| 21 | + |
| 22 | +11 Jun 2015, PHP 5.5.26 |
| 23 | + |
| 24 | +- Core: |
| 25 | + . Fixed bug #69566 (Conditional jump or move depends on uninitialised value |
| 26 | + in extension trait). (jbboehr at gmail dot com) |
| 27 | + . Fixed bug #66048 (temp. directory is cached during multiple requests). |
| 28 | + (Julien) |
| 29 | + . Fixed bug #69628 (complex GLOB_BRACE fails on Windows). |
| 30 | + (Christoph M. Becker) |
| 31 | + . Improved fix for bug #69545 (Integer overflow in ftp_genlist() |
| 32 | + resulting in heap overflow). (Max Spelsberg) |
| 33 | + |
19 | 34 | - GD:
|
20 | 35 | . Fixed bug #69479 (GD fails to build with newer libvpx). (Remi)
|
21 | 36 |
|
|
39 | 54 | . Fixed bug #69549 (Memory leak with opcache.optimization_level=0xFFFFFFFF).
|
40 | 55 | (Laruence, Dmitry)
|
41 | 56 |
|
42 |
| -- SimpleXML: |
43 |
| - . Refactored the fix for bug #66084 (simplexml_load_string() mangles empty |
44 |
| - node name). (Christoph Michael Becker) |
45 |
| - |
46 |
| -- SPL: |
47 |
| - . Fixed bug #69737 (Segfault when SplMinHeap::compare produces fatal error). |
48 |
| - (Stas) |
49 |
| - . Fixed bug #67805 (SplFileObject setMaxLineLength). (Willian Gustavo Veiga). |
50 |
| - |
51 | 57 | - Sqlite3:
|
52 | 58 | . Upgrade bundled sqlite to 3.8.10.2. (CVE-2015-3414, CVE-2015-3415,
|
53 | 59 | CVE-2015-3416) (Kaplan)
|
|
0 commit comments