Commit: 0fd836e4da0655c43be16ff20b89f48a1115ab63 Author: Julien Pauli <[email protected]> Thu, 1 May 2014 10:24:49 +0200 Parents: 594ad13e8bd721c850061476501db895dc47fec5 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=0fd836e4da0655c43be16ff20b89f48a1115ab63 Log: 5.5.12 release Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2014-04-30-1.xml M include/releases.inc M include/version.inc A releases/5_5_12.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index b6d7c1a..4bbe8d8 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -16,6 +16,82 @@ function release_date($in) { ?> <h1>PHP 5 ChangeLog</h1> +<section class="version" id="5.5.12"><!-- {{{ 5.5.12 --> +<h3>Version 5.5.12</h3> +<?php release_date('1-May-2014'); ?> +<ul><li>Core: +<ul> + <li><?php bugfix(61019); ?> (Out of memory on command stream_get_contents).</li> + <li><?php bugfix(64330); ?> (stream_socket_server() creates wrong Abstract Namespace + UNIX sockets).</li> + <li><?php bugfix(66182); ?> (exit in stream filter produces segfault).</li> + <li><?php bugfix(66736); ?> (fpassthru broken).</li> + <li><?php bugfix(67024); ?> (getimagesize should recognize BMP files with negative + heighty).</li> + <li><?php bugfix(67043); ?> (substr_compare broke by previous change).</li> +</ul></li> +<li>cURL: +<ul> + <li><?php bugfix(66562); ?> (curl_exec returns differently than curl_multi_getcontent).</li> +</ul></li> +<li>Date: +<ul> + <li><?php bugfix(66721); ?> (__wakeup of DateTime segfaults when invalid object data is + supplied).</li> +</ul></li> +<li>Embed: +<ul> + <li><?php bugfix(65715); ?> (php5embed.lib isn't provided anymore).</li> +</ul></li> +<li>Fileinfo: +<ul> + <li><?php bugfix(66987); ?> (Memory corruption in fileinfo ext / bigendian).</li> +</ul></li> +<li>FPM: +<ul> + <li><?php bugfix(66482); ?> (unknown entry 'priority' in php-fpm.conf).</li> + <li><?php bugfix(67060); ?> (possible privilege escalation due to insecure default configuration). (CVE-2014-0185)).</li> +</ul></li> +<li>Json: +<ul> + <li><?php bugfix(66021); ?> (Blank line inside empty array/object when + JSON_PRETTY_PRINT is set).</li> +</ul></li> +<li>LDAP: +<ul> + <li>Fixed issue with null bytes in LDAP bindings.</li> +</ul></li> +<li>mysqli: +<ul> + <li>Fixed problem in mysqli_commit()/mysqli_rollback() with second parameter + (extra comma) and third parameters (lack of escaping).</li> +</ul></li> +<li>Openssl: +<ul> + <li><?php bugfix(66942); ?> (memory leak in openssl_seal()).</li> + <li><?php bugfix(66952); ?> (memory leak in openssl_open()).</li> +</ul></li> +<li>SimpleXML: +<ul> + <li><?php bugfix(66084); ?> (simplexml_load_string() mangles empty node name).</li> +</ul></li> +<li>SQLite: +<ul> + <li><?php bugfix(66967); ?> (Updated bundled libsqlite to 3.8.4.3)</li> +</ul></li> +<li>XSL: +<ul> + <li><?php bugfix(53965); ?> (<xsl:include> cannot find files with relative paths + when loaded with "file://")</li> +</ul></li> +<li>Apache2 Handler SAPI: +<ul> + <li>Fixed Apache log issue caused by APR's lack of support for %zu + (APR issue https://issues.apache.org/bugzilla/show_bug.cgi?id=56120)</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="5.5.11"><!-- {{{ 5.5.11 --> <h3>Version 5.5.11</h3> <?php release_date('3-Apr-2014'); ?> diff --git a/archive/archive.xml b/archive/archive.xml index 82b9516..86b04ae 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-04-30-1.xml"/> <xi:include href="entries/2014-04-11-1.xml"/> <xi:include href="entries/2014-04-03-1.xml"/> <xi:include href="entries/2014-04-02-1.xml"/> diff --git a/archive/entries/2014-04-30-1.xml b/archive/entries/2014-04-30-1.xml new file mode 100644 index 0000000..e0c521c --- /dev/null +++ b/archive/entries/2014-04-30-1.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.5.12 release</title> + <id>http://php.net/archive/2014.php#id2014-04-30-1</id> + <published>2014-04-30T09:01:48+00:00</published> + <updated>2014-04-30T09:01:48+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-04-30-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2014.php#id2014-04-30-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.12. + This release fixes several bugs against PHP 5.5.11, as well as CVE-2014-0185 regarding PHP-FPM.</p> + + <p>All PHP users are encouraged to upgrade to this new version.</p> + + <p>For source downloads of PHP 5.5.12, 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.12">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index eacaea9..de948f7 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,32 @@ $OLDRELEASES = array ( 5 => array ( + '5.5.11' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_5_11.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.5.11.tar.bz2', + 'name' => 'PHP 5.5.11 (tar.bz2)', + 'md5' => 'c8c9ad960bae0265054b5879423f7a75', + 'date' => '3 Apr 2014', + ), + 1 => + array ( + 'filename' => 'php-5.5.11.tar.gz', + 'name' => 'PHP 5.5.11 (tar.gz)', + 'md5' => '9156fcd4b254cbfa9a7535f931da29d5', + 'date' => '3 Apr 2014', + ), + ), + 'date' => '3 Apr 2014', + 'museum' => false, + ), '5.5.10' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index d4ab3fc..1439848 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.12'; // 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 = '17 Apr 2014'; -$PHP_5_5_VERSION = "5.5.11"; -$PHP_5_5_DATE = "3 Apr 2014"; +$PHP_5_5_VERSION = "5.5.12"; +$PHP_5_5_DATE = "1 May 2014"; $PHP_5_5_MD5 = array( - "tar.bz2" => "c8c9ad960bae0265054b5879423f7a75", - "tar.gz" => "9156fcd4b254cbfa9a7535f931da29d5", - "tar.xz" => "1559ef6444d5020670ec52ea752501ee", + "tar.bz2" => "943af92c2e67bba29429bdd9acf9cbd4", + "tar.gz" => "b6a6e9c72589c265aafb7b3353a34030", + "tar.xz" => "3fb091987063135fd86b3b5ba5010479", ); /* 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_12.php b/releases/5_5_12.php new file mode 100644 index 0000000..54d98fa --- /dev/null +++ b/releases/5_5_12.php @@ -0,0 +1,20 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_5_12.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.5.12 Release Announcement"); +?> + +<h1>PHP 5.5.12 Release Announcement</h1> + +<p>The PHP Development Team announces the immediate availability of PHP 5.5.12. +This release fixes several bugs against PHP 5.5.11, as well as CVE-2014-0185 regarding PHP-FPM.</p> + +<p>All PHP users are encouraged to upgrade to this new version.</p> + +<p>For source downloads of PHP 5.5.12, 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.12">ChangeLog</a>. +</p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
