Skip to content

Commit e2a89d1

Browse files
committed
Reorder 5.6.23 on top of 5.5.37
1 parent 6828d86 commit e2a89d1

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

ChangeLog-5.php

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,27 @@
77
?>
88

99
<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>
1212
<b><?php release_date('23-Jun-2016'); ?></b>
1313
<ul><li>Core:
1414
<ul>
15-
<li><?php bugfix(72268); ?> (Integer Overflow in nl2br()).</li>
1615
<li><?php bugfix(72275); ?> (Integer Overflow in json_encode()/json_decode()/ json_utf8_to_utf16()).</li>
1716
<li><?php bugfix(72400); ?> (Integer Overflow in addcslashes/addslashes).</li>
1817
<li><?php bugfix(72403); ?> (Integer Overflow in Length of String-typed ZVAL).</li>
1918
</ul></li>
2019
<li>GD:
2120
<ul>
22-
<li><?php bugfix(66387); ?> (Stack overflow with imagefilltoborder) (CVE-2015-8874).</li>
2321
<li><?php bugfix(72298); ?> (pass2_no_dither out-of-bounds access).</li>
22+
<li><?php bugfix(72337); ?> (invalid dimensions can lead to crash).</li>
2423
<li><?php bugfix(72339); ?> (Integer Overflow in _gd2GetHeader() resulting in heap overflow).</li>
2524
<li><?php bugfix(72407); ?> (NULL Pointer Dereference at _gdScaleVert).</li>
2625
<li><?php bugfix(72446); ?> (Integer Overflow in gdImagePaletteToTrueColor() resulting in heap overflow).</li>
2726
</ul></li>
27+
<li>Intl:
28+
<ul>
29+
<li><?php bugfix(70484); ?> (selectordinal doesn't work with named parameters).</li>
30+
</ul></li>
2831
<li>mbstring:
2932
<ul>
3033
<li><?php bugfix(72402); ?> (_php_mb_regex_ereg_replace_exec - double free).</li>
@@ -33,6 +36,14 @@
3336
<ul>
3437
<li><?php bugfix(72455); ?> (Heap Overflow due to integer overflows).</li>
3538
</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>
3647
<li>SPL:
3748
<ul>
3849
<li><?php bugfix(72262); ?> (int/size_t confusion in SplFileObject::fread).</li>
@@ -49,27 +60,24 @@
4960
</ul>
5061
<!-- }}} --></section>
5162

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>
5465
<b><?php release_date('23-Jun-2016'); ?></b>
5566
<ul><li>Core:
5667
<ul>
68+
<li><?php bugfix(72268); ?> (Integer Overflow in nl2br()).</li>
5769
<li><?php bugfix(72275); ?> (Integer Overflow in json_encode()/json_decode()/ json_utf8_to_utf16()).</li>
5870
<li><?php bugfix(72400); ?> (Integer Overflow in addcslashes/addslashes).</li>
5971
<li><?php bugfix(72403); ?> (Integer Overflow in Length of String-typed ZVAL).</li>
6072
</ul></li>
6173
<li>GD:
6274
<ul>
75+
<li><?php bugfix(66387); ?> (Stack overflow with imagefilltoborder) (CVE-2015-8874).</li>
6376
<li><?php bugfix(72298); ?> (pass2_no_dither out-of-bounds access).</li>
64-
<li><?php bugfix(72337); ?> (invalid dimensions can lead to crash).</li>
6577
<li><?php bugfix(72339); ?> (Integer Overflow in _gd2GetHeader() resulting in heap overflow).</li>
6678
<li><?php bugfix(72407); ?> (NULL Pointer Dereference at _gdScaleVert).</li>
6779
<li><?php bugfix(72446); ?> (Integer Overflow in gdImagePaletteToTrueColor() resulting in heap overflow).</li>
6880
</ul></li>
69-
<li>Intl:
70-
<ul>
71-
<li><?php bugfix(70484); ?> (selectordinal doesn't work with named parameters).</li>
72-
</ul></li>
7381
<li>mbstring:
7482
<ul>
7583
<li><?php bugfix(72402); ?> (_php_mb_regex_ereg_replace_exec - double free).</li>
@@ -78,14 +86,6 @@
7886
<ul>
7987
<li><?php bugfix(72455); ?> (Heap Overflow due to integer overflows).</li>
8088
</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>
8989
<li>SPL:
9090
<ul>
9191
<li><?php bugfix(72262); ?> (int/size_t confusion in SplFileObject::fread).</li>

0 commit comments

Comments
 (0)