Commit: 3f663abcb928a3f92cfa1c7b5890f5324c4128ba Author: Stanislav Malyshev <[email protected]> Thu, 24 Jul 2014 21:31:39 -0700 Parents: 43696b83728860680264a2e9a118791dcd341cd6 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=3f663abcb928a3f92cfa1c7b5890f5324c4128ba Log: 5.4.31 Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2014-07-24-2.xml M include/releases.inc M include/version.inc A releases/5_4_31.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 321699d..1e9eb7c 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -67,6 +67,47 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul> <!-- }}} --></section> +<section class="version" id="5.4.31"><!-- {{{ 5.4.31 --> +<h3>Version 5.4.31</h3> +<b>24-Jul-2014</b> +<ul><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(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>CLI server: +<ul> + <li>Implemented FR <?php bugl(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>FPM: +<ul> + <li><?php bugfix(67530); ?> (error_log=syslog ignored).</li> + <li><?php bugfix(67531); ?> (syslog cannot be set in pool configuration).</li> +</ul></li> +<li>Intl: +<ul> + <li><?php bugfix(67052); ?> (NumberFormatter::parse() resets LC_NUMERIC setting).</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>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 1fd3d02..3abc319 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-2.xml"/> <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"/> diff --git a/archive/entries/2014-07-24-2.xml b/archive/entries/2014-07-24-2.xml new file mode 100644 index 0000000..929b5cd --- /dev/null +++ b/archive/entries/2014-07-24-2.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.4.31 Released</title> + <id>http://php.net/archive/2014.php#id2014-07-24-2</id> + <published>2014-07-24T21:30:09-07:00</published> + <updated>2014-07-24T21:30:09-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#id2014-07-24-2" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2014.php#id2014-07-24-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.4.31. Over 10 bugs were fixed in this release. + + All PHP 5.4 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 5.4.31 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.4.31">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 393806e..072598e 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -490,6 +490,37 @@ $OLDRELEASES = array ( 'date' => '20 Jun 2013', 'museum' => true, ), + '5.4.30' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_4_30.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.4.30.tar.bz2', + 'name' => 'PHP 5.4.30 (tar.bz2)', + 'md5' => 'a8a27fdc1d9e1020c9f8922b608326de', + 'date' => '26 Jun 2014', + ), + 1 => + array ( + 'filename' => 'php-5.4.30.tar.gz', + 'name' => 'PHP 5.4.30 (tar.gz)', + 'md5' => '461afd4b84778c5845b71e837776139f', + 'date' => '26 Jun 2014', + ), + 2 => + array ( + 'link' => 'http://windows.php.net/download/#php-5.4', + 'name' => 'Windows 5.4.30 binaries and source', + ), + ), + 'date' => '26 Jun 2014', + 'museum' => false, + ), '5.4.29' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 301b568..690ecfa 100644 --- a/include/version.inc +++ b/include/version.inc @@ -26,14 +26,14 @@ $PHP_5_5_MD5 = array( "tar.xz" => "d64c85f95fb767f16ee3ca281a20b5f7", ); /* PHP 5.4 Release */ -$PHP_5_4_RC = '5.4.31RC1'; // Current RC version (e.g., '5.6.7RC1') or false -$PHP_5_4_RC_DATE = '10 Jul 2014'; +$PHP_5_4_RC = false; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_5_4_RC_DATE = '24 Jul 2014'; -$PHP_5_4_VERSION = "5.4.30"; -$PHP_5_4_DATE = "26 Jun 2014"; +$PHP_5_4_VERSION = "5.4.31"; +$PHP_5_4_DATE = "24 Jul 2014"; $PHP_5_4_MD5 = array( - "tar.bz2" => "a8a27fdc1d9e1020c9f8922b608326de", - "tar.gz" => "461afd4b84778c5845b71e837776139f", + "tar.bz2" => "5611c2f4e03f39a586ca368167409699", + "tar.gz" => "07985cff81820666fbf0b0c46f5d35df", ); /* PHP 5.3 Release */ diff --git a/releases/5_4_31.php b/releases/5_4_31.php new file mode 100644 index 0000000..6ae3769 --- /dev/null +++ b/releases/5_4_31.php @@ -0,0 +1,21 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_4_30.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.4.31 Release Announcement"); +?> + +<h1>PHP 5.4.31 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP +5.4.31. Over 10 bugs were fixed in this release. + +All PHP 5.4 users are encouraged to upgrade to this version. +</p> + +<p>For source downloads of PHP 5.4.31 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.4.31">ChangeLog</a>. +</p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
