Skip to content

Commit

Permalink
5.5.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Pauli committed Mar 6, 2014
1 parent 13f2b02 commit 5c8c296
Show file tree
Hide file tree
Showing 6 changed files with 131 additions and 6 deletions.
45 changes: 45 additions & 0 deletions ChangeLog-5.php
Expand Up @@ -10,6 +10,51 @@ function peclbugl($number) { echo "<a href=\"http://pecl.php.net/bugs/bug.php?
?>

<h1>PHP 5 ChangeLog</h1>
<section class="version" id="5.5.10"><!-- {{{ 5.5.10 -->
<h3>Version 5.5.10</h3>
<b>6-Mar-2014</b>
<ul><li>Core:
<ul>
<li><?php bugfix(66574); ?> (Allow multiple paths in php_ini_scanned_path).</li>
</ul></li>
<li>Date:
<ul>
<li><?php bugfix(45528); ?> (Allow the DateTimeZone constructor to accept timezones
per offset too).</li>
</ul></li>
<li>Fileinfo:
<ul>
<li><?php bugfix(66731); ?> (file: infinite recursion (CVE-2014-1943)).</li>
<li><?php bugfix(66820); ?> (out-of-bounds memory access in fileinfo (CVE-2014-2270)).</li>
</ul></li>
<li>GD:
<ul>
<li><?php bugfix(66815); ?> (imagecrop(): insufficient fix for NULL defer (CVE-2013-7327)).</li>
</ul></li>
<li>JSON:
<ul>
<li><?php bugfix(65753); ?> (JsonSerializeable couldn't implement on module extension).</li>
</ul></li>
<li>LDAP:
<ul>
<li>Implemented ldap_modify_batch (https://wiki.php.net/rfc/ldap_modify_batch).</li>
</ul></li>
<li>Openssl:
<ul>
<li><?php bugfix(66501); ?> (Add EC key support to php_openssl_is_private_key).</li>
</ul></li>
<li>PCRE:
<ul>
<li>Upgraded to PCRE 8.34.</li>
</ul></li>
<li>Pgsql:
<ul>
<li>Added warning for dangerous client encoding and remove possible injections
for pg_insert()/pg_update()/pg_delete()/pg_select().</li>
</ul></li>
</ul>
<!-- }}} --></section>

<section class="version" id="5.5.9"><!-- {{{ 5.5.9 -->
<h3>Version 5.5.9</h3>
<b>6-Feb-2014</b>
Expand Down
1 change: 1 addition & 0 deletions archive/archive.xml
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-03-06-1.xml"/>
<xi:include href="entries/2014-02-13-1.xml"/>
<xi:include href="entries/2014-02-06-1.xml"/>
<xi:include href="entries/2014-02-05-4.xml"/>
Expand Down
25 changes: 25 additions & 0 deletions archive/entries/2014-03-06-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.10 released</title>
<id>http://php.net/archive/2014.php#id2014-03-06-1</id>
<published>2014-03-06T08:58:58+00:00</published>
<updated>2014-03-06T08:58:58+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-03-06-1" rel="alternate" type="text/html"/>
<link href="http://php.net/archive/2014.php#id2014-03-06-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.10. Several bugs were fixed in this release, including security issues related
to CVEs. CVE-2014-1943, CVE-2014-2270 and CVE-2013-7327 have been addressed in this release.
We recommand all PHP 5.5 users to upgrade to this version.
</p>

<p>For source downloads of PHP 5.5.10 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.10">ChangeLog</a>.
</p>
</div>
</content>
</entry>
33 changes: 33 additions & 0 deletions include/releases.inc
Expand Up @@ -2,6 +2,39 @@
$OLDRELEASES = array (
5 =>
array (
'5.5.9' =>
array (
'announcement' =>
array (
'English' => '/releases/5_5_9.php',
),
'source' =>
array (
0 =>
array (
'filename' => 'php-5.5.9.tar.bz2',
'name' => 'PHP 5.5.9 (tar.bz2)',
'md5' => 'c4a348a07b52f6e177d8fdc75fe507b1',
'date' => '6 Feb 2014',
),
1 =>
array (
'filename' => 'php-5.5.9.tar.gz',
'name' => 'PHP 5.5.9 (tar.gz)',
'md5' => 'c018461604db38af48d1ca304cb592c6',
'date' => '6 Feb 2014',
),
2 =>
array (
'filename' => 'php-5.5.9.tar.xz',
'name' => 'PHP 5.5.9 (tar.xz)',
'md5' => '139e2ac02fddd4c80cc31de000c6f7e3',
'date' => '6 Feb 2014',
),
),
'date' => '6 Feb 2014',
'museum' => false,
),
'5.5.8' =>
array (
'announcement' =>
Expand Down
12 changes: 6 additions & 6 deletions include/version.inc
Expand Up @@ -15,15 +15,15 @@
* ),
* );6 Dec
/* PHP 5.5 Release */
$PHP_5_5_RC = '5.5.10RC1'; // 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 = '20 Feb 2014';

$PHP_5_5_VERSION = "5.5.9";
$PHP_5_5_DATE = "6 Feb 2014";
$PHP_5_5_VERSION = "5.5.10";
$PHP_5_5_DATE = "6 Mar 2014";
$PHP_5_5_MD5 = array(
"tar.bz2" => "c4a348a07b52f6e177d8fdc75fe507b1",
"tar.gz" => "c018461604db38af48d1ca304cb592c6",
"tar.xz" => "139e2ac02fddd4c80cc31de000c6f7e3",
"tar.bz2" => "d608230c7890b6a0cc5b92e66e866226",
"tar.gz" => "e760656f7cf2f05158f73da75e8b720b",
"tar.xz" => "ff7ac75abd986f591fd6fc8e997be33e",
);
/* PHP 5.4 Release */
$PHP_5_4_RC = '5.4.26RC1'; // Current RC version (e.g., '5.6.7RC1') or false
Expand Down
21 changes: 21 additions & 0 deletions releases/5_5_10.php
@@ -0,0 +1,21 @@
<?php
// $Id$
$_SERVER['BASE_PAGE'] = 'releases/5_5_10.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP 5.5.9 Release Announcement");
?>

<h1>PHP 5.5.10 Release Announcement</h1>

<p>The PHP Development Team announces the immediate availability of PHP 5.5.10.
This release fixes several bugs against PHP 5.5.9, as well as CVE-2014-1943, CVE-2014-2270
and CVE-2013-7327</p>

<p>All PHP users are encouraged to upgrade to this new version.</p>

<p>For source downloads of PHP 5.5.10, 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.10">ChangeLog</a>.
</p>

<?php site_footer(); ?>

0 comments on commit 5c8c296

Please sign in to comment.