|
7 | 7 | ?>
|
8 | 8 |
|
9 | 9 | <h1>PHP 5 ChangeLog</h1>
|
10 |
| -<section class="version" id="5.5.37"><!-- {{{ 5.5.37 --> |
11 |
| -<h3>Version 5.5.37</h3> |
| 10 | +<section class="version" id="5.6.23"><!-- {{{ 5.6.23 --> |
| 11 | +<h3>Version 5.6.23</h3> |
12 | 12 | <b><?php release_date('23-Jun-2016'); ?></b>
|
13 | 13 | <ul><li>Core:
|
14 | 14 | <ul>
|
15 |
| - <li><?php bugfix(72268); ?> (Integer Overflow in nl2br()).</li> |
16 | 15 | <li><?php bugfix(72275); ?> (Integer Overflow in json_encode()/json_decode()/ json_utf8_to_utf16()).</li>
|
17 | 16 | <li><?php bugfix(72400); ?> (Integer Overflow in addcslashes/addslashes).</li>
|
18 | 17 | <li><?php bugfix(72403); ?> (Integer Overflow in Length of String-typed ZVAL).</li>
|
19 | 18 | </ul></li>
|
20 | 19 | <li>GD:
|
21 | 20 | <ul>
|
22 |
| - <li><?php bugfix(66387); ?> (Stack overflow with imagefilltoborder) (CVE-2015-8874).</li> |
23 | 21 | <li><?php bugfix(72298); ?> (pass2_no_dither out-of-bounds access).</li>
|
| 22 | + <li><?php bugfix(72337); ?> (invalid dimensions can lead to crash).</li> |
24 | 23 | <li><?php bugfix(72339); ?> (Integer Overflow in _gd2GetHeader() resulting in heap overflow).</li>
|
25 | 24 | <li><?php bugfix(72407); ?> (NULL Pointer Dereference at _gdScaleVert).</li>
|
26 | 25 | <li><?php bugfix(72446); ?> (Integer Overflow in gdImagePaletteToTrueColor() resulting in heap overflow).</li>
|
27 | 26 | </ul></li>
|
| 27 | +<li>Intl: |
| 28 | +<ul> |
| 29 | + <li><?php bugfix(70484); ?> (selectordinal doesn't work with named parameters).</li> |
| 30 | +</ul></li> |
28 | 31 | <li>mbstring:
|
29 | 32 | <ul>
|
30 | 33 | <li><?php bugfix(72402); ?> (_php_mb_regex_ereg_replace_exec - double free).</li>
|
|
33 | 36 | <ul>
|
34 | 37 | <li><?php bugfix(72455); ?> (Heap Overflow due to integer overflows).</li>
|
35 | 38 | </ul></li>
|
| 39 | +<li>OpenSSL: |
| 40 | +<ul> |
| 41 | + <li><?php bugfix(72140); ?> (segfault after calling ERR_free_strings()).</li> |
| 42 | +</ul></li> |
| 43 | +<li>Phar: |
| 44 | +<ul> |
| 45 | + <li><?php bugfix(72321); ?> (invalid free in phar_extract_file()).</li> |
| 46 | +</ul></li> |
36 | 47 | <li>SPL:
|
37 | 48 | <ul>
|
38 | 49 | <li><?php bugfix(72262); ?> (int/size_t confusion in SplFileObject::fread).</li>
|
|
49 | 60 | </ul>
|
50 | 61 | <!-- }}} --></section>
|
51 | 62 |
|
52 |
| -<section class="version" id="5.6.23"><!-- {{{ 5.6.23 --> |
53 |
| -<h3>Version 5.6.23</h3> |
| 63 | +<section class="version" id="5.5.37"><!-- {{{ 5.5.37 --> |
| 64 | +<h3>Version 5.5.37</h3> |
54 | 65 | <b><?php release_date('23-Jun-2016'); ?></b>
|
55 | 66 | <ul><li>Core:
|
56 | 67 | <ul>
|
| 68 | + <li><?php bugfix(72268); ?> (Integer Overflow in nl2br()).</li> |
57 | 69 | <li><?php bugfix(72275); ?> (Integer Overflow in json_encode()/json_decode()/ json_utf8_to_utf16()).</li>
|
58 | 70 | <li><?php bugfix(72400); ?> (Integer Overflow in addcslashes/addslashes).</li>
|
59 | 71 | <li><?php bugfix(72403); ?> (Integer Overflow in Length of String-typed ZVAL).</li>
|
60 | 72 | </ul></li>
|
61 | 73 | <li>GD:
|
62 | 74 | <ul>
|
| 75 | + <li><?php bugfix(66387); ?> (Stack overflow with imagefilltoborder) (CVE-2015-8874).</li> |
63 | 76 | <li><?php bugfix(72298); ?> (pass2_no_dither out-of-bounds access).</li>
|
64 |
| - <li><?php bugfix(72337); ?> (invalid dimensions can lead to crash).</li> |
65 | 77 | <li><?php bugfix(72339); ?> (Integer Overflow in _gd2GetHeader() resulting in heap overflow).</li>
|
66 | 78 | <li><?php bugfix(72407); ?> (NULL Pointer Dereference at _gdScaleVert).</li>
|
67 | 79 | <li><?php bugfix(72446); ?> (Integer Overflow in gdImagePaletteToTrueColor() resulting in heap overflow).</li>
|
68 | 80 | </ul></li>
|
69 |
| -<li>Intl: |
70 |
| -<ul> |
71 |
| - <li><?php bugfix(70484); ?> (selectordinal doesn't work with named parameters).</li> |
72 |
| -</ul></li> |
73 | 81 | <li>mbstring:
|
74 | 82 | <ul>
|
75 | 83 | <li><?php bugfix(72402); ?> (_php_mb_regex_ereg_replace_exec - double free).</li>
|
|
78 | 86 | <ul>
|
79 | 87 | <li><?php bugfix(72455); ?> (Heap Overflow due to integer overflows).</li>
|
80 | 88 | </ul></li>
|
81 |
| -<li>OpenSSL: |
82 |
| -<ul> |
83 |
| - <li><?php bugfix(72140); ?> (segfault after calling ERR_free_strings()).</li> |
84 |
| -</ul></li> |
85 |
| -<li>Phar: |
86 |
| -<ul> |
87 |
| - <li><?php bugfix(72321); ?> (invalid free in phar_extract_file()).</li> |
88 |
| -</ul></li> |
89 | 89 | <li>SPL:
|
90 | 90 | <ul>
|
91 | 91 | <li><?php bugfix(72262); ?> (int/size_t confusion in SplFileObject::fread).</li>
|
|
0 commit comments