Commit: 20bd859465f21c5792905860376cd5ed648a2cdf Author: Julien Pauli <[email protected]> Thu, 4 Feb 2016 11:46:51 +0100 Parents: 50098e43b0de457fa1cbf6672a615cb2d851ca00 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=20bd859465f21c5792905860376cd5ed648a2cdf Log: 5.5.32 release Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2016-02-04-2.xml M include/releases.inc M include/version.inc A releases/5_5_32.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index fa79bdb..a1ad1fd 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -7,6 +7,36 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change ?> <h1>PHP 5 ChangeLog</h1> +<section class="version" id="5.5.32"><!-- {{{ 5.5.32 --> +<h3>Version 5.5.32</h3> +<b><?php release_date('04-Feb-2016'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(71039); ?> (exec functions ignore length but look for NULL termination).</li> + <li><?php bugfix(71323); ?> (Output of stream_get_meta_data can be falsified by its input).</li> + <li><?php bugfix(71459); ?> (Integer overflow in iptcembed()).</li> +</ul></li> +<li>GD: +<ul> + <li>Improved the fix for bug #70976.</li> +</ul></li> +<li>PCRE: +<ul> + <li>Upgraded pcrelib to 8.38.</li> +</ul></li> +<li>Phar: +<ul> + <li><?php bugfix(71354); ?> (Heap corruption in tar/zip/phar parser).</li> + <li><?php bugfix(71391); ?> (NULL Pointer Dereference in phar_tar_setupmetadata()).</li> + <li><?php bugfix(71488); ?> (Stack overflow when decompressing tar archives).</li> +</ul></li> +<li>WDDX: +<ul> + <li><?php bugfix(71335); ?> (Type Confusion in WDDX Packet Deserialization).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="5.6.17"><!-- {{{ 5.6.17 --> <h3>Version 5.6.17</h3> <b><?php release_date('07-Jan-2016'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 64e4f15..e037f8c 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-02-04-2.xml"/> <xi:include href="entries/2016-02-04-1.xml"/> <xi:include href="entries/2016-01-30-1.xml"/> <xi:include href="entries/2016-01-07-3.xml"/> diff --git a/archive/entries/2016-02-04-2.xml b/archive/entries/2016-02-04-2.xml new file mode 100644 index 0000000..8344cd3 --- /dev/null +++ b/archive/entries/2016-02-04-2.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.5.32 is available</title> + <id>http://php.net/archive/2016.php#id2016-02-04-2</id> + <published>2016-02-04T10:39:10+00:00</published> + <updated>2016-02-04T10:39:10+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-02-04-2" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2016.php#id2016-02-04-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.32. 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.32 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.32">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 1947234..9cfb63f 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -113,6 +113,42 @@ $OLDRELEASES = array ( ), 5 => array ( + '5.5.31' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_5_31.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.5.31.tar.bz2', + 'name' => 'PHP 5.5.31 (tar.bz2)', + 'md5' => 'ebb66ad8e2bcf1a966b10d86e81a0119', + 'sha256' => 'fb4a382b9a9dceb749b7ef047d8251320bc8d371c843714e5b4f4b70d61ba277', + 'date' => '07 Jan 2016', + ), + 1 => + array ( + 'filename' => 'php-5.5.31.tar.gz', + 'name' => 'PHP 5.5.31 (tar.gz)', + 'md5' => '360049884d844865aa563a5517287969', + 'sha256' => '59a4417029ba5497d17ee02b65f419129ecf9ca8a1d864e0bccd5a3d4407a597', + 'date' => '07 Jan 2016', + ), + 2 => + array ( + 'filename' => 'php-5.5.31.tar.xz', + 'name' => 'PHP 5.5.31 (tar.xz)', + 'md5' => '6c487db7e7c07072bd70c7c0475c1308', + 'sha256' => 'a9ac5b94fcc3811b661a090dddd716f81e43947240b35e6a0123e609a135ac54', + 'date' => '07 Jan 2016', + ), + ), + 'date' => '07 Jan 2016', + 'museum' => false, + ), '5.6.16' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 6997378..45271a4 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.31"; -$PHP_5_5_DATE = "07 Jan 2016"; +$PHP_5_5_VERSION = "5.5.32"; +$PHP_5_5_DATE = "04 Feb 2016"; $PHP_5_5_MD5 = array( - "tar.bz2" => "ebb66ad8e2bcf1a966b10d86e81a0119", - "tar.gz" => "360049884d844865aa563a5517287969", - "tar.xz" => "6c487db7e7c07072bd70c7c0475c1308", + "tar.bz2" => "47443f39152d671d24bc839e6a49049d", + "tar.gz" => "6b8bb7992db739c993b0e4bc4cacba34", + "tar.xz" => "2bdf251ea06106b6176408254d919a30", ); $PHP_5_5_SHA256 = array( - "tar.bz2" => "fb4a382b9a9dceb749b7ef047d8251320bc8d371c843714e5b4f4b70d61ba277", - "tar.gz" => "59a4417029ba5497d17ee02b65f419129ecf9ca8a1d864e0bccd5a3d4407a597", - "tar.xz" => "a9ac5b94fcc3811b661a090dddd716f81e43947240b35e6a0123e609a135ac54", + "tar.bz2" => "b0f2c108db8e05db9f6366aaba9a754fd0ee31f3f86ee889561b608dfd6e92ee", + "tar.gz" => "419aa62a68a640192799928a29e5cd4cd5b965458223bea2b3209a68c3e95989", + "tar.xz" => "02f569dcf5bd57dd5e390ddcab8609e3957a698e2db0b793cf2c11a7e33743c9", ); $RELEASES = array( diff --git a/releases/5_5_32.php b/releases/5_5_32.php new file mode 100644 index 0000000..25b0541 --- /dev/null +++ b/releases/5_5_32.php @@ -0,0 +1,20 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_5_32.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.5.32 Release Announcement"); +?> + <h1>PHP 5.5.32 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 5.5.32. 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.32 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.32">ChangeLog</a>. + </p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
