Skip to content

Commit 40dd4f9

Browse files
author
kovacs.ferenc
committed
PHP 5.6.22
1 parent 5551df9 commit 40dd4f9

File tree

6 files changed

+118
-10
lines changed

6 files changed

+118
-10
lines changed

ChangeLog-5.php

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

99
<h1>PHP 5 ChangeLog</h1>
10+
<section class="version" id="5.6.22"><!-- {{{ 5.6.22 -->
11+
<h3>Version 5.6.22</h3>
12+
<b><?php release_date('26-May-2016'); ?></b>
13+
<ul><li>Core:
14+
<ul>
15+
<li><?php bugfix(72172); ?> (zend_hex_strtod should not use strlen).</li>
16+
<li><?php bugfix(72114); ?> (Integer underflow / arbitrary null write in fread/gzread).</li>
17+
<li><?php bugfix(72135); ?> (Integer Overflow in php_html_entities).</li>
18+
</ul></li>
19+
<li>GD:
20+
<ul>
21+
<li><?php bugfix(72227); ?> (imagescale out-of-bounds read).</li>
22+
</ul></li>
23+
<li>Intl:
24+
<ul>
25+
<li><?php bugfix(64524); ?> (Add intl.use_exceptions to php.ini-*).</li>
26+
<li><?php bugfix(72241); ?> (get_icu_value_internal out-of-bounds read).</li>
27+
</ul></li>
28+
<li>Postgres:
29+
<ul>
30+
<li><?php bugfix(72151); ?> (mysqli_fetch_object changed behaviour).</li>
31+
</ul></li>
32+
</ul>
33+
<!-- }}} --></section>
34+
1035
<section class="version" id="5.5.36"><!-- {{{ 5.5.36 -->
1136
<h3>Version 5.5.36</h3>
1237
<b><?php release_date('26-May-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-05-26-3.xml"/>
1213
<xi:include href="entries/2016-05-26-2.xml"/>
1314
<xi:include href="entries/2016-05-26-1.xml"/>
1415
<xi:include href="entries/2016-05-12-1.xml"/>

archive/entries/2016-05-26-3.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.22 is available</title>
4+
<id>http://php.net/archive/2016.php#id2016-05-26-3</id>
5+
<published>2016-05-26T12:59:08-07:00</published>
6+
<updated>2016-05-26T12:59:08-07: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-05-26-3" rel="alternate" type="text/html"/>
10+
<link href="http://php.net/archive/2016.php#id2016-05-26-3" 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.22. 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.22 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.22">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
@@ -257,7 +257,43 @@ $OLDRELEASES = array (
257257
),
258258
5 =>
259259
array (
260-
'5.5.35' =>
260+
'5.6.21' =>
261+
array (
262+
'announcement' =>
263+
array (
264+
'English' => '/releases/5_6_21.php',
265+
),
266+
'source' =>
267+
array (
268+
0 =>
269+
array (
270+
'filename' => 'php-5.6.21.tar.bz2',
271+
'name' => 'PHP 5.6.21 (tar.bz2)',
272+
'md5' => '141464ce6b297aa2295b8416c6dbd5e5',
273+
'sha256' => 'b4ed7ab574b689fd6d6494fde954826c06efc85c505e017b8d776c7c7f479590',
274+
'date' => '28 Apr 2016',
275+
),
276+
1 =>
277+
array (
278+
'filename' => 'php-5.6.21.tar.gz',
279+
'name' => 'PHP 5.6.21 (tar.gz)',
280+
'md5' => '89047bc5219b95dcb47c045774893c4f',
281+
'sha256' => '5997668c1f6f2d86a59cf75cc86b4a94687884614dec481fad7e13a76b70fcd5',
282+
'date' => '28 Apr 2016',
283+
),
284+
2 =>
285+
array (
286+
'filename' => 'php-5.6.21.tar.xz',
287+
'name' => 'PHP 5.6.21 (tar.xz)',
288+
'md5' => '177c69d47024541739c439c9d9eb6ba5',
289+
'sha256' => '566ff1a486cb0485ed477a91ea292423f77a58671270ff73b74e67e3ce7084f9',
290+
'date' => '28 Apr 2016',
291+
),
292+
),
293+
'date' => '28 Apr 2016',
294+
'museum' => false,
295+
),
296+
'5.5.35' =>
261297
array (
262298
'announcement' =>
263299
array (

include/version.inc

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

3838
/* PHP 5.6 Release */
39-
$PHP_5_6_RC = "5.6.22RC1"; // Current RC version (e.g., '5.6.7RC1') or false
39+
$PHP_5_6_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
4040
$PHP_5_6_RC_DATE = '12 May 2016';
4141

42-
$PHP_5_6_VERSION = "5.6.21";
43-
$PHP_5_6_DATE = "28 Apr 2016";
42+
$PHP_5_6_VERSION = "5.6.22";
43+
$PHP_5_6_DATE = "26 May 2016";
4444
$PHP_5_6_MD5 = array(
45-
"tar.bz2" => "141464ce6b297aa2295b8416c6dbd5e5",
46-
"tar.gz" => "89047bc5219b95dcb47c045774893c4f",
47-
"tar.xz" => "177c69d47024541739c439c9d9eb6ba5",
45+
"tar.bz2" => "2244754a50d0a5f07c20967d0c9e0b8d",
46+
"tar.gz" => "e2aa4768b3eae84fefe914272eae8ecb",
47+
"tar.xz" => "19a5bcbddc105dfb29482ab779fcc795",
4848
);
4949
$PHP_5_6_SHA256 = array(
50-
"tar.bz2" => "b4ed7ab574b689fd6d6494fde954826c06efc85c505e017b8d776c7c7f479590",
51-
"tar.gz" => "5997668c1f6f2d86a59cf75cc86b4a94687884614dec481fad7e13a76b70fcd5",
52-
"tar.xz" => "566ff1a486cb0485ed477a91ea292423f77a58671270ff73b74e67e3ce7084f9",
50+
"tar.bz2" => "90da8a80cc52fa699cf2bfa4c6fa737c772df7c92b81ef483460aa3b1e9f88c6",
51+
"tar.gz" => "4ce0f58c3842332c4e3bb2ec1c936c6817294273abaa37ea0ef7ca2a68cf9b21",
52+
"tar.xz" => "c96980d7de1d66c821a4ee5809df0076f925b2fe0b8c362d234d92f2f0a178e2",
5353
);
5454
/* PHP 5.5 Release */
5555
$PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false

releases/5_6_22.php

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

0 commit comments

Comments
 (0)