Commit: 0938e28f12342cc89bb555b9d8d890f3032d8849 Author: Julien Pauli <[email protected]> Thu, 21 Aug 2014 13:57:12 +0200 Parents: 36e40cdce5f8c6fb90b8ffc7831ca3128e553c50 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=0938e28f12342cc89bb555b9d8d890f3032d8849 Log: 5.5.16 release Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2014-08-22-1.xml M include/releases.inc M include/version.inc A releases/5_5_16.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 809557e..76833e6 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -8,6 +8,65 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <h1>PHP 5 ChangeLog</h1> +<section class="version" id="5.5.16"><!-- {{{ 5.5.16 --> +<h3>Version 5.5.16</h3> +<?php release_date('21-Aug-2014'); ?> +<ul><li>COM: +<ul> + <li>Fixed missing type checks in com_event_sink.</li> +</ul></li> +<li>Core: +<ul> + <li><?php bugfix(67693); ?> (incorrect push to the empty array).</li> +</ul></li> +<li>Fileinfo: +<ul> + <li><?php bugfix(67705); ?> (extensive backtracking in rule regular expression). + (CVE-2014-3538).</li> + <li><?php bugfix(67716); ?> (Segfault in cdf.c). (CVE-2014-3587)).</li> +</ul></li> +<li>FPM: +<ul> + <li><?php bugfix(67635); ?> (php links to systemd libraries without using pkg-config).</li> +</ul></li> +<li>GD: +<ul> + <li><?php bugfix(66901); ?> (php-gd 'c_color' NULL pointer dereference). + (CVE-2014-2497).</li> + <li><?php bugfix(67730); ?> (Null byte injection possible with imagexxx functions). + (CVE-2014-5120).</li> +</ul></li> +<li>Milter: +<ul> + <li><?php bugfix(67715); ?> (php-milter does not build and crashes randomly).</li> +</ul></li> +<li>Network: +<ul> + <li><?php bugfix(67717); ?> (segfault in dns_get_record). (CVE-2014-3597).</li> +</ul></li> +<li>OpenSSL: +<ul> + <li>Fixed missing type checks in OpenSSL options.</li> +</ul></li> +<li>readline: +<ul> + <li><?php bugfix(55496); ?> (Interactive mode doesn't force a newline before the + prompt).</li> + <li><?php bugfix(67496); ?> (Save command history when exiting interactive shell + with control-c).</li> +</ul></li> +<li>Sessions: +<ul> + <li>Fixed missing type checks in php_session_create_id.</li> +</ul></li> +<li>ODBC: +<ul> + <li><?php bugfix(60616); ?> (odbc_fetch_into returns junk data at end of multi-byte + char fields).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="5.4.32"><!-- {{{ 5.4.32 --> <h3>Version 5.4.32</h3> <b>21-Aug-2014</b> diff --git a/archive/archive.xml b/archive/archive.xml index a7ddce8..eabd007 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/2014-08-22-1.xml"/> <xi:include href="entries/2014-08-21-1.xml"/> <xi:include href="entries/2014-08-14-1.xml"/> <xi:include href="entries/2014-08-14-2.xml"/> diff --git a/archive/entries/2014-08-22-1.xml b/archive/entries/2014-08-22-1.xml new file mode 100644 index 0000000..4d3078f --- /dev/null +++ b/archive/entries/2014-08-22-1.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>5.5.16</title> + <id>http://php.net/archive/2014.php#id2014-08-22-1</id> + <published>2014-08-22T07:59:58+00:00</published> + <updated>2014-08-22T07:59:58+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#id2014-08-22-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2014.php#id2014-08-22-1" 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.16. +This release fixes several bugs against PHP 5.5.15 and resolves CVE-2014-3538, CVE-2014-3587, +CVE-2014-2497, CVE-2014-5120 and CVE-2014-3597. +</p> + +<p>All PHP users are encouraged to upgrade to this new version.</p> + +<p>For source downloads of PHP 5.5.16, 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.16">ChangeLog</a>. +</p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index b0263ec..145550c 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 5 => array ( + '5.5.15' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_5_15.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.5.15.tar.bz2', + 'name' => 'PHP 5.5.15 (tar.bz2)', + 'md5' => '5cb5f2ed9099299f8a4c952d59d93812', + 'date' => '24 Jul 2014', + ), + 1 => + array ( + 'filename' => 'php-5.5.15.tar.gz', + 'name' => 'PHP 5.5.15 (tar.gz)', + 'md5' => '63b56e64e7c25b1c6dcdf778333dfa24', + 'date' => '24 Jul 2014', + ), + 2 => + array ( + 'filename' => 'php-5.5.15.tar.xz', + 'name' => 'PHP 5.5.15 (tar.xz)', + 'md5' => 'd64c85f95fb767f16ee3ca281a20b5f7', + 'date' => '24 Jul 2014', + ), + ), + 'date' => '24 Jul 2014', + 'museum' => false, + ), '5.5.14' => array ( 'announcement' => @@ -1462,7 +1495,7 @@ $OLDRELEASES = array ( 'date' => '01 March 2012', 'museum' => true, ), - '5.3.28' => + '5.3.28' => array ( 'announcement' => array ( diff --git a/include/version.inc b/include/version.inc index f080e92..ff7a975 100644 --- a/include/version.inc +++ b/include/version.inc @@ -15,15 +15,15 @@ * ), * ); /* PHP 5.5 Release */ -$PHP_5_5_RC = '5.5.16RC1'; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_5_5_RC_DATE = '7 Aug 2014'; -$PHP_5_5_VERSION = "5.5.15"; -$PHP_5_5_DATE = "24 Jul 2014"; +$PHP_5_5_VERSION = "5.5.16"; +$PHP_5_5_DATE = "21 Aug 2014"; $PHP_5_5_MD5 = array( - "tar.bz2" => "5cb5f2ed9099299f8a4c952d59d93812", - "tar.gz" => "63b56e64e7c25b1c6dcdf778333dfa24", - "tar.xz" => "d64c85f95fb767f16ee3ca281a20b5f7", + "tar.bz2" => "331a87fb27e100a88b3845d34582f769", + "tar.gz" => "5def6d89792caa70448c67cd510e0f3e", + "tar.xz" => "243f641c58b7d58b94b5431e0b730a5e", ); /* PHP 5.4 Release */ $PHP_5_4_RC = false; // '5.4.32RC1'; // Current RC version (e.g., '5.6.7RC1') or false diff --git a/releases/5_5_16.php b/releases/5_5_16.php new file mode 100644 index 0000000..fca9de8 --- /dev/null +++ b/releases/5_5_16.php @@ -0,0 +1,22 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_5_16.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.5.16 Release Announcement"); +?> + +<h1>PHP 5.5.16 Release Announcement</h1> + +<p>The PHP Development Team announces the immediate availability of PHP 5.5.16. +This release fixes several bugs against PHP 5.5.15 and resolves CVE-2014-3538, CVE-2014-3587, +CVE-2014-2497, CVE-2014-5120 and CVE-2014-3597. +</p> + +<p>All PHP users are encouraged to upgrade to this new version.</p> + +<p>For source downloads of PHP 5.5.16, 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.16">ChangeLog</a>. +</p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
