Commit: 40dd4f9dcb50380ec5ad3456fb15f80237f3299a Author: kovacs.ferenc <[email protected]> Thu, 26 May 2016 22:01:18 +0200 Parents: 5551df932f446da2ec356fc18239f129fac0b8f8 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=40dd4f9dcb50380ec5ad3456fb15f80237f3299a Log: PHP 5.6.22 Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2016-05-26-3.xml M include/releases.inc M include/version.inc A releases/5_6_22.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 735aa9e..c9d13c9 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -7,6 +7,31 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change ?> <h1>PHP 5 ChangeLog</h1> +<section class="version" id="5.6.22"><!-- {{{ 5.6.22 --> +<h3>Version 5.6.22</h3> +<b><?php release_date('26-May-2016'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(72172); ?> (zend_hex_strtod should not use strlen).</li> + <li><?php bugfix(72114); ?> (Integer underflow / arbitrary null write in fread/gzread).</li> + <li><?php bugfix(72135); ?> (Integer Overflow in php_html_entities).</li> +</ul></li> +<li>GD: +<ul> + <li><?php bugfix(72227); ?> (imagescale out-of-bounds read).</li> +</ul></li> +<li>Intl: +<ul> + <li><?php bugfix(64524); ?> (Add intl.use_exceptions to php.ini-*).</li> + <li><?php bugfix(72241); ?> (get_icu_value_internal out-of-bounds read).</li> +</ul></li> +<li>Postgres: +<ul> + <li><?php bugfix(72151); ?> (mysqli_fetch_object changed behaviour).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="5.5.36"><!-- {{{ 5.5.36 --> <h3>Version 5.5.36</h3> <b><?php release_date('26-May-2016'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index b353925..eee1316 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>[email protected]</email> </author> + <xi:include href="entries/2016-05-26-3.xml"/> <xi:include href="entries/2016-05-26-2.xml"/> <xi:include href="entries/2016-05-26-1.xml"/> <xi:include href="entries/2016-05-12-1.xml"/> diff --git a/archive/entries/2016-05-26-3.xml b/archive/entries/2016-05-26-3.xml new file mode 100644 index 0000000..02157c4 --- /dev/null +++ b/archive/entries/2016-05-26-3.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.6.22 is available</title> + <id>http://php.net/archive/2016.php#id2016-05-26-3</id> + <published>2016-05-26T12:59:08-07:00</published> + <updated>2016-05-26T12:59:08-07:00</updated> + <category term="frontpage" label="PHP.net frontpage news"/> + <category term="releases" label="New PHP release"/> + <link href="http://php.net/index.php#id2016-05-26-3" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2016.php#id2016-05-26-3" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>The PHP development team announces the immediate availability of PHP + 5.6.22. This is a security release. Several security bugs were fixed in + this release. + + All PHP 5.6 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 5.6.22 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, + Windows source and binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. + The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.6.22">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 68adf99..7c5c518 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -257,7 +257,43 @@ $OLDRELEASES = array ( ), 5 => array ( - '5.5.35' => + '5.6.21' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_6_21.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.6.21.tar.bz2', + 'name' => 'PHP 5.6.21 (tar.bz2)', + 'md5' => '141464ce6b297aa2295b8416c6dbd5e5', + 'sha256' => 'b4ed7ab574b689fd6d6494fde954826c06efc85c505e017b8d776c7c7f479590', + 'date' => '28 Apr 2016', + ), + 1 => + array ( + 'filename' => 'php-5.6.21.tar.gz', + 'name' => 'PHP 5.6.21 (tar.gz)', + 'md5' => '89047bc5219b95dcb47c045774893c4f', + 'sha256' => '5997668c1f6f2d86a59cf75cc86b4a94687884614dec481fad7e13a76b70fcd5', + 'date' => '28 Apr 2016', + ), + 2 => + array ( + 'filename' => 'php-5.6.21.tar.xz', + 'name' => 'PHP 5.6.21 (tar.xz)', + 'md5' => '177c69d47024541739c439c9d9eb6ba5', + 'sha256' => '566ff1a486cb0485ed477a91ea292423f77a58671270ff73b74e67e3ce7084f9', + 'date' => '28 Apr 2016', + ), + ), + 'date' => '28 Apr 2016', + 'museum' => false, + ), + '5.5.35' => array ( 'announcement' => array ( diff --git a/include/version.inc b/include/version.inc index df6ee7d..91efed0 100644 --- a/include/version.inc +++ b/include/version.inc @@ -36,20 +36,20 @@ $PHP_7_0_SHA256 = array( ); /* PHP 5.6 Release */ -$PHP_5_6_RC = "5.6.22RC1"; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_5_6_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_5_6_RC_DATE = '12 May 2016'; -$PHP_5_6_VERSION = "5.6.21"; -$PHP_5_6_DATE = "28 Apr 2016"; +$PHP_5_6_VERSION = "5.6.22"; +$PHP_5_6_DATE = "26 May 2016"; $PHP_5_6_MD5 = array( - "tar.bz2" => "141464ce6b297aa2295b8416c6dbd5e5", - "tar.gz" => "89047bc5219b95dcb47c045774893c4f", - "tar.xz" => "177c69d47024541739c439c9d9eb6ba5", + "tar.bz2" => "2244754a50d0a5f07c20967d0c9e0b8d", + "tar.gz" => "e2aa4768b3eae84fefe914272eae8ecb", + "tar.xz" => "19a5bcbddc105dfb29482ab779fcc795", ); $PHP_5_6_SHA256 = array( - "tar.bz2" => "b4ed7ab574b689fd6d6494fde954826c06efc85c505e017b8d776c7c7f479590", - "tar.gz" => "5997668c1f6f2d86a59cf75cc86b4a94687884614dec481fad7e13a76b70fcd5", - "tar.xz" => "566ff1a486cb0485ed477a91ea292423f77a58671270ff73b74e67e3ce7084f9", + "tar.bz2" => "90da8a80cc52fa699cf2bfa4c6fa737c772df7c92b81ef483460aa3b1e9f88c6", + "tar.gz" => "4ce0f58c3842332c4e3bb2ec1c936c6817294273abaa37ea0ef7ca2a68cf9b21", + "tar.xz" => "c96980d7de1d66c821a4ee5809df0076f925b2fe0b8c362d234d92f2f0a178e2", ); /* PHP 5.5 Release */ $PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false diff --git a/releases/5_6_22.php b/releases/5_6_22.php new file mode 100644 index 0000000..49f51ee --- /dev/null +++ b/releases/5_6_22.php @@ -0,0 +1,20 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_6_22.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.6.22 Release Announcement"); +?> + <h1>PHP 5.6.22 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 5.6.22. This is a security release. Several security bugs were fixed in this release. + + All PHP 5.6 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 5.6.22 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, + Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. + The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.6.22">ChangeLog</a>. + </p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
