Skip to content

Commit ba8fe36

Browse files
author
Julien Pauli
committed
PHP 5.5.13 release
1 parent 448d885 commit ba8fe36

6 files changed

Lines changed: 144 additions & 6 deletions

File tree

ChangeLog-5.php

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,71 @@ function release_date($in) {
1616
?>
1717

1818
<h1>PHP 5 ChangeLog</h1>
19+
<section class="version" id="5.5.13"><!-- {{{ 5.5.13 -->
20+
<h3>Version 5.5.13</h3>
21+
<?php release_date('29-May-2014'); ?>
22+
<ul><li>CLI server:
23+
<ul>
24+
<li><?php bugfix(67079); ?> (Missing MIME types for XML/XSL files).</li>
25+
</ul></li>
26+
<ul><li>COM:
27+
<ul>
28+
<li><?php bugfix(66431); ?> (Special Character via COM Interface (CP_UTF8)).</li>
29+
</ul></li>
30+
<ul><li>Core:
31+
<ul>
32+
<li><?php bugfix(65701); ?> (copy() doesn't work when destination filename is created
33+
by tempnam()).</li>
34+
<li><?php bugfix(67072); ?> (Echoing unserialized "SplFileObject" crash).</li>
35+
<li><?php bugfix(67245); ?> (usage of memcpy() with overlapping src and dst in
36+
zend_exceptions.c).</li>
37+
<li><?php bugfix(67247); ?> (spl_fixedarray_resize integer overflow).</li>
38+
<li><?php bugfix(67249); ?> (printf out-of-bounds read).</li>
39+
<li><?php bugfix(67250); ?> (iptcparse out-of-bounds read).</li>
40+
</ul></li>
41+
<li>cURL:
42+
<ul>
43+
<li><?php bugfix(64247); ?> (CURLOPT_INFILE doesn't allow reset).</li>
44+
</ul></li>
45+
<li>Date:
46+
<ul>
47+
<li><?php bugfix(67118); ?> (DateTime constructor crash with invalid data).</li>
48+
<li><?php bugfix(67251); ?> (date_parse_from_format out-of-bounds read).</li>
49+
<li><?php bugfix(67253); ?> (timelib_meridian_with_check out-of-bounds read).</li>
50+
</ul></li>
51+
<li>DOM:
52+
<ul>
53+
<li><?php bugfix(67081); ?> (DOMDocumentType->internalSubset returns entire DOCTYPE tag,
54+
not only the subset).</li>
55+
</ul></li>
56+
<li>Fileinfo:
57+
<ul>
58+
<li><?php bugfix(66307); ?> (Fileinfo crashes with powerpoint files).</li>
59+
<li><?php bugfix(67327); ?> (CDF infinite loop in nelements DoS) (CVE-2014-0238).</li>
60+
<li><?php bugfix(67328); ?> (numerous file_printf calls resulting in
61+
performance degradation) (CVE-2014-0237).</li>
62+
</ul></li>
63+
<li>FPM:
64+
<ul>
65+
<li><?php bugfix(66908); ?> (php-fpm reload leaks epoll_create() file descriptor).</li>
66+
</ul></li>
67+
<li>GD:
68+
<ul>
69+
<li><?php bugfix(67248); ?> (imageaffinematrixget missing check of parameters).</li>
70+
</ul></li>
71+
<li>PCRE:
72+
<ul>
73+
<li><?php bugfix(67248); ?> Ungreedy and min/max quantifier bug, applied patch
74+
from the upstream.</li>
75+
</ul></li>
76+
<li>Phar:
77+
<ul>
78+
<li><?php bugfix(64498); ?> ($phar->buildFromDirectory can't compress file with an accent
79+
in its name).</li>
80+
</ul></li>
81+
</ul>
82+
<!-- }}} --></section>
83+
1984
<section class="version" id="5.5.12"><!-- {{{ 5.5.12 -->
2085
<h3>Version 5.5.12</h3>
2186
<?php release_date('1-May-2014'); ?>

archive/archive.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<uri>http://php.net/contact</uri>
1010
<email>php-webmaster@lists.php.net</email>
1111
</author>
12+
<xi:include href="entries/2014-05-29-4.xml"/>
1213
<xi:include href="entries/2014-05-29-3.xml"/>
1314
<xi:include href="entries/2014-05-29-2.xml"/>
1415
<xi:include href="entries/2014-05-29-1.xml"/>

archive/entries/2014-05-29-4.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 5.5.13 is available</title>
4+
<id>http://php.net/archive/2014.php#id2014-05-29-3</id>
5+
<published>2014-05-29T09:18:44+00:00</published>
6+
<updated>2014-05-29T09:18:44+00:00</updated>
7+
<category term="frontpage" label="PHP.net frontpage news"/>
8+
<category term="releases" label="New PHP release"/>
9+
<link href="http://php.net/index.php#id2014-05-29-3" rel="alternate" type="text/html"/>
10+
<link href="http://php.net/archive/2014.php#id2014-05-29-3" rel="via" type="text/html"/>
11+
<content type="xhtml">
12+
<div xmlns="http://www.w3.org/1999/xhtml">
13+
<p>The PHP Development Team announces the immediate availability of PHP 5.5.13.
14+
This release fixes several bugs against PHP 5.5.12, and addresses several
15+
CVEs in Fileinfo (CVE-2014-0238 and CVE-2014-0237).</p>
16+
17+
<p>All PHP users are encouraged to upgrade to this new version.</p>
18+
19+
<p>For source downloads of PHP 5.5.13, please visit our <a href="http://www.php.net/downloads.php">downloads page</a>.
20+
Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
21+
The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.5.13">ChangeLog</a>.
22+
</p>
23+
</div>
24+
</content>
25+
</entry>

include/releases.inc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22
$OLDRELEASES = array (
33
5 =>
44
array (
5+
'5.5.12' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/5_5_12.php',
10+
),
11+
'source' =>
12+
array (
13+
0 =>
14+
array (
15+
'filename' => 'php-5.5.12.tar.bz2',
16+
'name' => 'PHP 5.5.12 (tar.bz2)',
17+
'md5' => '943af92c2e67bba29429bdd9acf9cbd4',
18+
'date' => '30 Apr 2014',
19+
),
20+
1 =>
21+
array (
22+
'filename' => 'php-5.5.12.tar.gz',
23+
'name' => 'PHP 5.5.12 (tar.gz)',
24+
'md5' => 'b6a6e9c72589c265aafb7b3353a34030',
25+
'date' => '30 Apr 2014',
26+
),
27+
),
28+
'date' => '30 Apr 2014',
29+
'museum' => false,
30+
),
531
'5.5.11' =>
632
array (
733
'announcement' =>

include/version.inc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
* ),
1616
* );6 Dec
1717
/* PHP 5.5 Release */
18-
$PHP_5_5_RC = '5.5.13RC1'; // Current RC version (e.g., '5.6.7RC1') or false
18+
$PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
1919
$PHP_5_5_RC_DATE = '15 May 2014';
2020

21-
$PHP_5_5_VERSION = "5.5.12";
22-
$PHP_5_5_DATE = "1 May 2014";
21+
$PHP_5_5_VERSION = "5.5.13";
22+
$PHP_5_5_DATE = "29 May 2014";
2323
$PHP_5_5_MD5 = array(
24-
"tar.bz2" => "943af92c2e67bba29429bdd9acf9cbd4",
25-
"tar.gz" => "b6a6e9c72589c265aafb7b3353a34030",
26-
"tar.xz" => "3fb091987063135fd86b3b5ba5010479",
24+
"tar.bz2" => "e26e90af25ee6505dc18855e0180ffe9",
25+
"tar.gz" => "32d0fc26fccdb249a918c0e01ffb7b82",
26+
"tar.xz" => "57d5d9607511a5cb76e9af49dd5874e3",
2727
);
2828
/* PHP 5.4 Release */
2929
$PHP_5_4_RC = '5.4.29RC1'; // Current RC version (e.g., '5.6.7RC1') or false

releases/5_5_13.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?php
2+
// $Id$
3+
$_SERVER['BASE_PAGE'] = 'releases/5_5_12.php';
4+
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
5+
site_header("PHP 5.5.13 Release Announcement");
6+
?>
7+
8+
<h1>PHP 5.5.13 Release Announcement</h1>
9+
10+
<p>The PHP Development Team announces the immediate availability of PHP 5.5.13.
11+
This release fixes several bugs against PHP 5.5.12, and addresses several
12+
CVEs in Fileinfo (CVE-2014-0238 and CVE-2014-0237).</p>
13+
14+
<p>All PHP users are encouraged to upgrade to this new version.</p>
15+
16+
<p>For source downloads of PHP 5.5.13, please visit our <a href="http://www.php.net/downloads.php">downloads page</a>.
17+
Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
18+
The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.5.13">ChangeLog</a>.
19+
</p>
20+
21+
<?php site_footer(); ?>

0 commit comments

Comments
 (0)