Commit: 36c9b93f3d1c5f42fef5ef68cf38b48d42a375ca Author: Julien Pauli <[email protected]> Thu, 24 Jul 2014 12:33:35 +0200 Parents: 1cff7a3d3f826977c45d0d589738bcef6a0272e3 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=36c9b93f3d1c5f42fef5ef68cf38b48d42a375ca Log: 5.5.15 release Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2014-07-24-1.xml M include/releases.inc M include/version.inc A releases/5_5_15.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index e4510d0..321699d 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.15"><!-- {{{ 5.5.15 --> +<h3>Version 5.5.15</h3> +<?php release_date('24-Jul-2014'); ?> +<ul><li>CLI server: +<ul> + <li><?php bugfix(67429); ?> (CLI server is missing some new HTTP response codes).</li> + <li><?php bugfix(66830); ?> (Empty header causes PHP built-in web server to hang).</li> +</ul></li> +<li>Core: +<ul> + <li><?php bugfix(67428); ?> (header('Location: foo') will override a 308-399 response + code).</li> + <li><?php bugfix(67436); ?> (Autoloader isn't called if two method definitions don't + match).</li> + <li><?php bugfix(67091); ?> (make install fails to install libphp5.so on FreeBSD 10.0).</li> + <li><?php bugfix(67497); ?> eval with parse error causes segmentation fault in + generator).</li> + <li><?php bugfix(67151); ?> (strtr with empty array crashes).</li> + <li><?php bugfix(67407); ?> (Windows 8.1/Server 2012 R2 reported as Windows 8/Server + 2012).</li> +</ul></li> +<li>FPM: +<ul> + <li><?php bugfix(67530); ?> (error_log=syslog ignored).</li> + <li><?php bugfix(67531); ?> (syslog cannot be set in pool configuratio).</li> +</ul></li> +<li>Intl: +<ul> + <li><?php bugfix(66921); ?> (Wrong argument type hint for function + intltz_from_date_time_zone).</li> + <li><?php bugfix(67052); ?> (NumberFormatter::parse() resets LC_NUMERIC setting).</li> +</ul></li> +<li>OPCache: +<ul> + <li><?php bugfix(67215); ?> (php-cgi work with opcache, may be segmentation fault + happen).</li> +</ul></li> +<li>pgsql: +<ul> + <li><?php bugfix(67550); ?> (Error in code "form" instead of "from", pgsql.c, line 756), + which affected builds against libpq < 7.3).</li> +</ul></li> +<li>Phar: +<ul> + <li><?php bugfix(67587); ?> (Redirection loop on nginx with FPM).</li> +</ul></li> +<li>SPL: +<ul> + <li><?php bugfix(67539); ?> (ArrayIterator use-after-free due to object change during + sorting).</li> + <li><?php bugfix(67538); ?> (SPL Iterators use-after-free) (CVE-2014-4670).</li> +</ul></li> +<li>Streams: +<ul> + <li><?php bugfix(67430); ?> (http:// wrapper doesn't follow 308 redirects).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="5.5.14"><!-- {{{ 5.5.14 --> <h3>Version 5.5.14</h3> <?php release_date('26-Jun-2014'); ?> diff --git a/archive/archive.xml b/archive/archive.xml index 416e26e..1fd3d02 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-07-24-1.xml"/> <xi:include href="entries/2014-07-08-1.xml"/> <xi:include href="entries/2014-07-03-1.xml"/> <xi:include href="entries/2014-06-27-1.xml"/> diff --git a/archive/entries/2014-07-24-1.xml b/archive/entries/2014-07-24-1.xml new file mode 100644 index 0000000..9eb5160 --- /dev/null +++ b/archive/entries/2014-07-24-1.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>5.5.15</title> + <id>http://php.net/archive/2014.php#id2014-07-24-1</id> + <published>2014-07-24T09:01:34+00:00</published> + <updated>2014-07-24T09:01:34+00:00</updated> + <link href="http://php.net/index.php#id2014-07-24-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2014.php#id2014-07-24-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.15. +This release fixes several bugs against PHP 5.5.14. +</p> + +<p>All PHP users are encouraged to upgrade to this new version.</p> + +<p>For source downloads of PHP 5.5.15, 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.15">ChangeLog</a>. +</p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 6b9c15e..393806e 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,32 @@ $OLDRELEASES = array ( 5 => array ( + '5.5.14' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_5_14.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.5.14.tar.bz2', + 'name' => 'PHP 5.5.14 (tar.bz2)', + 'md5' => 'b53e5f47c59ffbe26d20957636695baa', + 'date' => '26 Jun 2014', + ), + 1 => + array ( + 'filename' => 'php-5.5.14.tar.gz', + 'name' => 'PHP 5.5.14 (tar.gz)', + 'md5' => 'b34262d4ccbb6bef8d2cf83840625201', + 'date' => '26 Jun 2014', + ), + ), + 'date' => '26 Jun 2014', + 'museum' => false, + ), '5.5.13' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 74d7b22..b541586 100644 --- a/include/version.inc +++ b/include/version.inc @@ -15,15 +15,15 @@ * ), * );6 Dec /* PHP 5.5 Release */ -$PHP_5_5_RC = '5.5.15RC1'; // 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 = '10 Jul 2014'; -$PHP_5_5_VERSION = "5.5.14"; -$PHP_5_5_DATE = "26 Jun 2014"; +$PHP_5_5_VERSION = "5.5.15"; +$PHP_5_5_DATE = "24 Jul 2014"; $PHP_5_5_MD5 = array( - "tar.bz2" => "b53e5f47c59ffbe26d20957636695baa", - "tar.gz" => "b34262d4ccbb6bef8d2cf83840625201", - "tar.xz" => "c59068a2f9e7d02aa36e2d56fde48713", + "tar.bz2" => "5cb5f2ed9099299f8a4c952d59d93812", + "tar.gz" => "63b56e64e7c25b1c6dcdf778333dfa24", + "tar.xz" => "d64c85f95fb767f16ee3ca281a20b5f7", ); /* PHP 5.4 Release */ $PHP_5_4_RC = false; // Current RC version (e.g., '5.6.7RC1') or false diff --git a/releases/5_5_15.php b/releases/5_5_15.php new file mode 100644 index 0000000..2e6abfc --- /dev/null +++ b/releases/5_5_15.php @@ -0,0 +1,21 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_5_15.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.5.15 Release Announcement"); +?> + +<h1>PHP 5.5.15 Release Announcement</h1> + +<p>The PHP Development Team announces the immediate availability of PHP 5.5.15. +This release fixes several bugs against PHP 5.5.14. +</p> + +<p>All PHP users are encouraged to upgrade to this new version.</p> + +<p>For source downloads of PHP 5.5.15, 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.15">ChangeLog</a>. +</p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
