Skip to content

Commit 935c5b8

Browse files
committed
5.6.24
1 parent 8d20585 commit 935c5b8

File tree

6 files changed

+166
-10
lines changed

6 files changed

+166
-10
lines changed

ChangeLog-5.php

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,78 @@
77
?>
88

99
<h1>PHP 5 ChangeLog</h1>
10+
<section class="version" id="5.6.24"><!-- {{{ 5.6.24 -->
11+
<h3>Version 5.6.24</h3>
12+
<b><?php release_date('21-Jul-2016'); ?></b>
13+
<ul><li>Core:
14+
<ul>
15+
<li><?php bugfix(71936); ?> (Segmentation fault destroying HTTP_RAW_POST_DATA).</li>
16+
<li><?php bugfix(72496); ?> (Cannot declare public method with signature incompatible with parent private method).</li>
17+
<li><?php bugfix(72138); ?> (Integer Overflow in Length of String-typed ZVAL).</li>
18+
<li><?php bugfix(72513); ?> (Stack-based buffer overflow vulnerability in virtual_file_ex).</li>
19+
<li><?php bugfix(72562); ?> (Use After Free in unserialize() with Unexpected Session Deserialization).</li>
20+
<li><?php bugfix(72573); ?> (HTTP_PROXY is improperly trusted by some PHP libraries and applications).</li>
21+
</ul></li>
22+
<li>bz2:
23+
<ul>
24+
<li><?php bugfix(72447); ?> (Type Confusion in php_bz2_filter_create()). (gogil at stealien dot com).</li>
25+
<li><?php bugfix(72613); ?> (Inadequate error handling in bzread()).</li>
26+
</ul></li>
27+
<li>EXIF:
28+
<ul>
29+
<li><?php bugfix(50845); ?> (exif_read_data() returns corrupted exif headers).</li>
30+
<li><?php bugfix(72603); ?> (Out of bound read in exif_process_IFD_in_MAKERNOTE).</li>
31+
<li><?php bugfix(72618); ?> (NULL Pointer Dereference in exif_process_user_comment).</li>
32+
</ul></li>
33+
<li>GD:
34+
<ul>
35+
<li><?php bugfix(43475); ?> (Thick styled lines have scrambled patterns).</li>
36+
<li><?php bugfix(53640); ?> (XBM images require width to be multiple of 8).</li>
37+
<li><?php bugfix(64641); ?> (imagefilledpolygon doesn't draw horizontal line).</li>
38+
<li><?php bugfix(72512); ?> (gdImageTrueColorToPaletteBody allows arbitrary write/read access).</li>
39+
<li><?php bugfix(72519); ?> (imagegif/output out-of-bounds access).</li>
40+
<li><?php bugfix(72558); ?> (Integer overflow error within _gdContributionsAlloc()).</li>
41+
</ul></li>
42+
<li>Intl:
43+
<ul>
44+
<li><?php bugfix(72533); ?> (locale_accept_from_http out-of-bounds access).</li>
45+
</ul></li>
46+
<li>ODBC:
47+
<ul>
48+
<li><?php bugfix(69975); ?> (PHP segfaults when accessing nvarchar(max) defined columns)</li>
49+
</ul></li>
50+
<li>OpenSSL:
51+
<ul>
52+
<li><?php bugfix(71915); ?> (openssl_random_pseudo_bytes is not fork-safe).</li>
53+
<li><?php bugfix(72336); ?> (openssl_pkey_new does not fail for invalid DSA params).</li>
54+
</ul></li>
55+
<li>SNMP:
56+
<ul>
57+
<li><?php bugfix(72479); ?> (Use After Free Vulnerability in SNMP with GC and unserialize()).</li>
58+
</ul></li>
59+
<li>SPL:
60+
<ul>
61+
<li><?php bugfix(55701); ?> (GlobIterator throws LogicException).</li>
62+
</ul></li>
63+
<li>SQLite3:
64+
<ul>
65+
<li><?php bugfix(70628); ?> (Clearing bindings on an SQLite3 statement doesn't work).</li>
66+
</ul></li>
67+
<li>Streams:
68+
<ul>
69+
<li><?php bugfix(72439); ?> (Stream socket with remote address leads to a segmentation fault).</li>
70+
</ul></li>
71+
<li>Xmlrpc:
72+
<ul>
73+
<li><?php bugfix(72606); ?> (heap-buffer-overflow (write) simplestring_addn simplestring.c).</li>
74+
</ul></li>
75+
<li>Zip:
76+
<ul>
77+
<li><?php bugfix(72520); ?> (Stack-based buffer overflow vulnerability in php_stream_zip_opener).</li>
78+
</ul></li>
79+
</ul>
80+
<!-- }}} --></section>
81+
1082
<section class="version" id="5.5.38"><!-- {{{ 5.5.38 -->
1183
<h3>Version 5.5.38</h3>
1284
<b><?php release_date('21-Jul-2016'); ?></b>

archive/archive.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<uri>http://php.net/contact</uri>
1010
<email>[email protected]</email>
1111
</author>
12+
<xi:include href="entries/2016-07-21-4.xml"/>
1213
<xi:include href="entries/2016-07-21-2.xml"/>
1314
<xi:include href="entries/2016-07-21-3.xml"/>
1415
<xi:include href="entries/2016-07-21-1.xml"/>

archive/entries/2016-07-21-4.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 5.6.24 is released</title>
4+
<id>http://php.net/archive/2016.php#id2016-07-21-4</id>
5+
<published>2016-07-21T19:49:46+00:00</published>
6+
<updated>2016-07-21T19:49:46+00:00</updated>
7+
<category term="frontpage" label="PHP.net frontpage news"/>
8+
<category term="releases" label="New PHP release"/>
9+
<link href="http://php.net/index.php#id2016-07-21-4" rel="alternate" type="text/html"/>
10+
<link href="http://php.net/archive/2016.php#id2016-07-21-4" rel="via" type="text/html"/>
11+
<content type="xhtml">
12+
<div xmlns="http://www.w3.org/1999/xhtml">
13+
<p>The PHP development team announces the immediate availability of PHP
14+
5.6.24. This is a security release. Several security bugs were fixed in
15+
this release.
16+
17+
All PHP 5.6 users are encouraged to upgrade to this version.
18+
</p>
19+
20+
<p>For source downloads of PHP 5.6.24 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
21+
Windows source and binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
22+
The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.6.24">ChangeLog</a>.
23+
</p>
24+
</div>
25+
</content>
26+
</entry>

include/releases.inc

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,43 @@ $OLDRELEASES = array (
329329
),
330330
5 =>
331331
array (
332-
'5.5.37' =>
332+
'5.6.23' =>
333+
array (
334+
'announcement' =>
335+
array (
336+
'English' => '/releases/5_6_23.php',
337+
),
338+
'source' =>
339+
array (
340+
0 =>
341+
array (
342+
'filename' => 'php-5.6.23.tar.bz2',
343+
'name' => 'PHP 5.6.23 (tar.bz2)',
344+
'md5' => '147734b7e0164ebdd2dc18474fcfb309',
345+
'sha256' => 'facd280896d277e6f7084b60839e693d4db68318bfc92085d3dc0251fd3558c7',
346+
'date' => '23 Jun 2016',
347+
),
348+
1 =>
349+
array (
350+
'filename' => 'php-5.6.23.tar.gz',
351+
'name' => 'PHP 5.6.23 (tar.gz)',
352+
'md5' => '5120140b7b3117e50807836a1869e250',
353+
'sha256' => '5f2274a13970887e8c81500c2afe292d51c3524d1a06554b0a87c74ce0a24ffe',
354+
'date' => '23 Jun 2016',
355+
),
356+
2 =>
357+
array (
358+
'filename' => 'php-5.6.23.tar.xz',
359+
'name' => 'PHP 5.6.23 (tar.xz)',
360+
'md5' => 'c2d2155e50bcbaa0ee7a63845862c894',
361+
'sha256' => '39141e9a617af172aedbbacee7a63eb15502850f7cea20d759a9cffa7cfb0a1a',
362+
'date' => '23 Jun 2016',
363+
),
364+
),
365+
'date' => '23 Jun 2016',
366+
'museum' => false,
367+
),
368+
'5.5.37' =>
333369
array (
334370
'announcement' =>
335371
array (

include/version.inc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ $PHP_7_0_SHA256 = array(
3535
);
3636

3737
/* PHP 5.6 Release */
38-
$PHP_5_6_RC = '5.6.24RC1'; // Current RC version (e.g., '5.6.7RC1') or false
38+
$PHP_5_6_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
3939
$PHP_5_6_RC_DATE = '07 Jul 2016';
4040

41-
$PHP_5_6_VERSION = "5.6.23";
42-
$PHP_5_6_DATE = "23 Jun 2016";
41+
$PHP_5_6_VERSION = "5.6.24";
42+
$PHP_5_6_DATE = "21 Jul 2016";
4343
$PHP_5_6_MD5 = array(
44-
"tar.bz2" => "147734b7e0164ebdd2dc18474fcfb309",
45-
"tar.gz" => "5120140b7b3117e50807836a1869e250",
46-
"tar.xz" => "c2d2155e50bcbaa0ee7a63845862c894",
44+
"tar.bz2" => "2ab124d58b7b763ca453f6a18ec3866b",
45+
"tar.gz" => "dfa2e90085516cc817a8a9568e2a374e",
46+
"tar.xz" => "3ef6e3573698b9b444be88edd3b23494",
4747
);
4848
$PHP_5_6_SHA256 = array(
49-
"tar.bz2" => "facd280896d277e6f7084b60839e693d4db68318bfc92085d3dc0251fd3558c7",
50-
"tar.gz" => "5f2274a13970887e8c81500c2afe292d51c3524d1a06554b0a87c74ce0a24ffe",
51-
"tar.xz" => "39141e9a617af172aedbbacee7a63eb15502850f7cea20d759a9cffa7cfb0a1a",
49+
"tar.bz2" => "bf23617ec3ed0a125ec8bde2b7bca9d3804b2ff4df8de192890c84dc9fac38c6",
50+
"tar.gz" => "5f8b2e4e00360fee6eb1b89447266ae45993265955bd1ea9866270d75cdb6ec1",
51+
"tar.xz" => "ed7c38c6dac539ade62e08118258f4dac0c49beca04d8603bee4e0ea6ca8250b",
5252
);
5353
/* PHP 5.5 Release */
5454
$PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false

releases/5_6_24.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?php
2+
// $Id$
3+
$_SERVER['BASE_PAGE'] = 'releases/5_6_24.php';
4+
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
5+
site_header("PHP 5.6.24 Release Announcement");
6+
?>
7+
8+
<h1>PHP 5.6.24 Release Announcement</h1>
9+
10+
<p>The PHP development team announces the immediate availability of PHP
11+
5.6.24. This is a security release. Several security bugs were fixed in this release.
12+
13+
All PHP 5.6 users are encouraged to upgrade to this version.
14+
</p>
15+
16+
<p>For source downloads of PHP 5.6.24 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
17+
Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
18+
The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.6.24">ChangeLog</a>.
19+
</p>
20+
21+
<?php site_footer(); ?>

0 commit comments

Comments
 (0)