Commit: b30402100d076fb5c551bfd2c4a9b6e9423b87e7 Author: Julien Pauli <[email protected]> Thu, 18 Sep 2014 14:08:09 +0200 Parents: 9028f9ae335f8c82212d4ce3c3a9de3ab6f783e1 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=b30402100d076fb5c551bfd2c4a9b6e9423b87e7 Log: 5.5.17 release Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2014-09-18-1.xml M include/releases.inc M include/version.inc A releases/5_5_17.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index d1f4f0e..f366bf3 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -8,6 +8,57 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <h1>PHP 5 ChangeLog</h1> +<section class="version" id="5.5.17"><!-- {{{ 5.5.17 --> +<h3>Version 5.5.17</h3> +<?php release_date('18-Sep-2014'); ?> +<ul><li>Core: +<ul> + <li><?php bugfix(47358); ?> (glob returns error, should be empty array()).</li> + <li><?php bugfix(65463); ?> (SIGSEGV during zend_shutdown()).</li> + <li><?php bugfix(66036); ?> (Crash on SIGTERM in apache process).</li> + <li><?php bugfix(67878); ?> (program_prefix not honoured in man pages).</li> +</ul></li> +<li>COM: +<ul> + <li><?php bugfix(41577); ?> (DOTNET is successful once per server run).</li> +</ul></li> +<li>Date: +<ul> + <li><?php bugfix(66091); ?> (memory leaks in DateTime constructor).</li> + <li><?php bugfix(66985); ?> (Some timezones are no longer valid in PHP 5.5.10).</li> + <li><?php bugfix(67109); ?> (First uppercase letter breaks date string parsing).</li> +</ul></li> +<li>FPM: +<ul> + <li><?php bugfix(67606); ?> (FPM with mod_fastcgi/apache2.4 is broken).</li> +</ul></li> +<li>GD: +<ul> + <li>Made fontFetch's path parser thread-safe.</li> +</ul></li> +<li>MySQLi: +<ul> + <li><?php bugfix(67839); ?> (mysqli does not handle 4-byte floats correctly).</li> +</ul></li> +<li>OpenSSL: +<ul> + <li><?php bugfix(41631); ?> (socket timeouts not honored in blocking SSL reads).</li> + <li><?php bugfix(67850); ?> (extension won't build if openssl compiled without SSLv3).</li> +</ul></li> +<li>SPL: +<ul> + <li><?php bugfix(67813); ?> (CachingIterator::__construct InvalidArgumentException + wrong message).</li> +</ul></li> +<li>Zlib: +<ul> + <li><?php bugfix(67724); ?> (chained zlib filters silently fail with large amounts of + data).</li> + <li><?php bugfix(67865); ?> (internal corruption phar error).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="5.6.0"><!-- {{{ 5.6.0 --> <h3>Version 5.6.0</h3> <b>28-Aug-2014</b> diff --git a/archive/archive.xml b/archive/archive.xml index eff142e..a346792 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-09-18-1.xml"/> <xi:include href="entries/2014-09-09-1.xml"/> <xi:include href="entries/2014-08-28-1.xml"/> <xi:include href="entries/2014-08-27-1.xml"/> diff --git a/archive/entries/2014-09-18-1.xml b/archive/entries/2014-09-18-1.xml new file mode 100644 index 0000000..28eaced --- /dev/null +++ b/archive/entries/2014-09-18-1.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.5.17 is available</title> + <id>http://php.net/archive/2014.php#id2014-09-18-1</id> + <published>2014-09-18T11:55:24+00:00</published> + <updated>2014-09-18T11:55:24+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-09-18-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2014.php#id2014-09-18-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.17. Several 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.17 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.17">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 145550c..c1b0f13 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 5 => array ( + '5.5.16' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_5_16.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.5.16.tar.bz2', + 'name' => 'PHP 5.5.16 (tar.bz2)', + 'md5' => '331a87fb27e100a88b3845d34582f769', + 'date' => '21 Aug 2014', + ), + 1 => + array ( + 'filename' => 'php-5.5.16.tar.gz', + 'name' => 'PHP 5.5.16 (tar.gz)', + 'md5' => '5def6d89792caa70448c67cd510e0f3e', + 'date' => '21 Aug 2014', + ), + 2 => + array ( + 'filename' => 'php-5.5.16.tar.xz', + 'name' => 'PHP 5.5.16 (tar.xz)', + 'md5' => '243f641c58b7d58b94b5431e0b730a5e', + 'date' => '21 Aug 2014', + ), + ), + 'date' => '21 Aug 2014', + 'museum' => false, + ), '5.5.15' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index fc59b36..32f5c6c 100644 --- a/include/version.inc +++ b/include/version.inc @@ -26,15 +26,15 @@ $PHP_5_6_MD5 = array( "tar.xz" => "642825d75ce2634d9513d5b21dbee521", ); /* PHP 5.5 Release */ -$PHP_5_5_RC = '5.5.17RC1'; // 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 = '4 Sep 2014'; -$PHP_5_5_VERSION = "5.5.16"; -$PHP_5_5_DATE = "21 Aug 2014"; +$PHP_5_5_VERSION = "5.5.17"; +$PHP_5_5_DATE = "18 Sep 2014"; $PHP_5_5_MD5 = array( - "tar.bz2" => "331a87fb27e100a88b3845d34582f769", - "tar.gz" => "5def6d89792caa70448c67cd510e0f3e", - "tar.xz" => "243f641c58b7d58b94b5431e0b730a5e", + "tar.bz2" => "b36c1eb5c40b872517b35d65bd840316", + "tar.gz" => "09b4de1d684bad93a9ea4eca6fa476a9", + "tar.xz" => "e5f25dae73004658533ee7701a527bd0", ); /* PHP 5.4 Release */ $PHP_5_4_RC = '5.4.33RC1'; // Current RC version (e.g., '5.6.7RC1') or false diff --git a/releases/5_5_17.php b/releases/5_5_17.php new file mode 100644 index 0000000..aa6c602 --- /dev/null +++ b/releases/5_5_17.php @@ -0,0 +1,21 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_5_17.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.5.17 Release Announcement"); +?> + +<h1>PHP 5.5.17 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP + 5.5.17. Several 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.17 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.17">ChangeLog</a>. + </p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
