Commit: 5551df932f446da2ec356fc18239f129fac0b8f8 Author: Julien Pauli <[email protected]> Thu, 26 May 2016 14:55:46 +0200 Parents: 146f6ef6a871eb0a123733f747946cb7fbdf6b9f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=5551df932f446da2ec356fc18239f129fac0b8f8 Log: 5.5.36 release Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2016-05-26-2.xml M include/releases.inc M include/version.inc A releases/5_5_36.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index e2cf3e5..735aa9e 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -7,6 +7,29 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change ?> <h1>PHP 5 ChangeLog</h1> +<section class="version" id="5.5.36"><!-- {{{ 5.5.36 --> +<h3>Version 5.5.36</h3> +<b><?php release_date('26-May-2016'); ?></b> +<ul><li>Core: +<ul> + <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(72241); ?> (get_icu_value_internal out-of-bounds read).</li> +</ul></li> +<li>Phar: +<ul> + <li><?php bugfix(71331); ?> (Uninitialized pointer in phar_make_dirstream()).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="5.6.21"><!-- {{{ 5.6.21 --> <h3>Version 5.6.21</h3> <b><?php release_date('28-Apr-2016'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 217ff4d..b353925 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-2.xml"/> <xi:include href="entries/2016-05-26-1.xml"/> <xi:include href="entries/2016-05-12-1.xml"/> <xi:include href="entries/2016-05-02-1.xml"/> diff --git a/archive/entries/2016-05-26-2.xml b/archive/entries/2016-05-26-2.xml new file mode 100644 index 0000000..39a20bd --- /dev/null +++ b/archive/entries/2016-05-26-2.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.5.36 is available</title> + <id>http://php.net/archive/2016.php#id2016-05-26-2</id> + <published>2016-05-26T12:50:50+00:00</published> + <updated>2016-05-26T12:50:50+00: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-2" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2016.php#id2016-05-26-2" 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.5.36. This is a security release. Several security bugs were fixed in + this release. + + All PHP 5.5 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 5.5.36 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.5.36">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index afe287b..68adf99 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -257,6 +257,42 @@ $OLDRELEASES = array ( ), 5 => array ( + '5.5.35' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_5_35.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.5.35.tar.bz2', + 'name' => 'PHP 5.5.35 (tar.bz2)', + 'md5' => '8da184329677c955ffff4b3c07401f0d', + 'sha256' => '2d648dd648e820fd64693ce72f9bf07064d147220e594e39fb9f6310238258d7', + 'date' => '28 Apr 2016', + ), + 1 => + array ( + 'filename' => 'php-5.5.35.tar.gz', + 'name' => 'PHP 5.5.35 (tar.gz)', + 'md5' => '74cce9e38b84e078c2836d74ed0e9e26', + 'sha256' => '21e10a49c62ab34a7edc976af686a952e70142f19135ca8da67758e1c8c3df30', + 'date' => '28 Apr 2016', + ), + 2 => + array ( + 'filename' => 'php-5.5.35.tar.xz', + 'name' => 'PHP 5.5.35 (tar.xz)', + 'md5' => '5b4af75b14f7e7d4941cafa1c6d26a33', + 'sha256' => '9bef96634af853960be085690b2f4cea5850b749ea950942769b22b1a9f24873', + 'date' => '28 Apr 2016', + ), + ), + 'date' => '31 Mar 2016', + 'museum' => false, + ), '5.6.20' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 6c28187..df6ee7d 100644 --- a/include/version.inc +++ b/include/version.inc @@ -55,17 +55,17 @@ $PHP_5_6_SHA256 = array( $PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_5_5_RC_DATE = '25 Jun 2015'; -$PHP_5_5_VERSION = "5.5.35"; -$PHP_5_5_DATE = "28 Apr 2016"; +$PHP_5_5_VERSION = "5.5.36"; +$PHP_5_5_DATE = "26 May 2016"; $PHP_5_5_MD5 = array( - "tar.bz2" => "8da184329677c955ffff4b3c07401f0d", - "tar.gz" => "74cce9e38b84e078c2836d74ed0e9e26", - "tar.xz" => "5b4af75b14f7e7d4941cafa1c6d26a33", + "tar.bz2" => "8be3d821bfedc091d3c0befc9309b945", + "tar.gz" => "90bcbc3c45dc35532208fc84774c0341", + "tar.xz" => "1db93aa3a3cfd7cfe0f41f3697db35a4", ); $PHP_5_5_SHA256 = array( - "tar.bz2" => "2d648dd648e820fd64693ce72f9bf07064d147220e594e39fb9f6310238258d7", - "tar.gz" => "21e10a49c62ab34a7edc976af686a952e70142f19135ca8da67758e1c8c3df30", - "tar.xz" => "9bef96634af853960be085690b2f4cea5850b749ea950942769b22b1a9f24873", + "tar.bz2" => "2484edfaa3de606d74f927b55c5206f51b1ae24ea8e428aa9fc15474c7bb71bb", + "tar.gz" => "ef829f9a9600a858e2363533b80c4e4773505bdc8ea3692d703fc893f267728a", + "tar.xz" => "e1bbe33d6b4da66b15c483131520a9fc505eeb6629fa70c5cfba79590a1d0801", ); $RELEASES = array( diff --git a/releases/5_5_36.php b/releases/5_5_36.php new file mode 100644 index 0000000..e18cdeb --- /dev/null +++ b/releases/5_5_36.php @@ -0,0 +1,20 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_5_36.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.5.36 Release Announcement"); +?> + <h1>PHP 5.5.36 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 5.5.36. This is a security release. Several security bugs were fixed in this release. + + All PHP 5.5 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 5.5.36 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.5.36">ChangeLog</a>. + </p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
