Skip to content

Commit

Permalink
5.5.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Pauli committed May 1, 2014
1 parent 594ad13 commit 0fd836e
Show file tree
Hide file tree
Showing 6 changed files with 153 additions and 6 deletions.
76 changes: 76 additions & 0 deletions ChangeLog-5.php
Original file line number Diff line number Diff line change
Expand Up @@ -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); ?> (&lt;xsl:include&gt; 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'); ?>
Expand Down
1 change: 1 addition & 0 deletions archive/archive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>php-webmaster@lists.php.net</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"/>
Expand Down
24 changes: 24 additions & 0 deletions archive/entries/2014-04-30-1.xml
Original file line number Diff line number Diff line change
@@ -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>
26 changes: 26 additions & 0 deletions include/releases.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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' =>
Expand Down
12 changes: 6 additions & 6 deletions include/version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 20 additions & 0 deletions releases/5_5_12.php
Original file line number Diff line number Diff line change
@@ -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(); ?>

0 comments on commit 0fd836e

Please sign in to comment.