Skip to content

Commit 5551df9

Browse files
author
Julien Pauli
committed
5.5.36 release
1 parent 146f6ef commit 5551df9

File tree

6 files changed

+114
-8
lines changed

6 files changed

+114
-8
lines changed

ChangeLog-5.php

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@
77
?>
88

99
<h1>PHP 5 ChangeLog</h1>
10+
<section class="version" id="5.5.36"><!-- {{{ 5.5.36 -->
11+
<h3>Version 5.5.36</h3>
12+
<b><?php release_date('26-May-2016'); ?></b>
13+
<ul><li>Core:
14+
<ul>
15+
<li><?php bugfix(72114); ?> (Integer underflow / arbitrary null write in fread/gzread).</li>
16+
<li><?php bugfix(72135); ?> (Integer Overflow in php_html_entities).</li>
17+
</ul></li>
18+
<li>GD:
19+
<ul>
20+
<li><?php bugfix(72227); ?> (imagescale out-of-bounds read).</li>
21+
</ul></li>
22+
<li>Intl:
23+
<ul>
24+
<li><?php bugfix(72241); ?> (get_icu_value_internal out-of-bounds read).</li>
25+
</ul></li>
26+
<li>Phar:
27+
<ul>
28+
<li><?php bugfix(71331); ?> (Uninitialized pointer in phar_make_dirstream()).</li>
29+
</ul></li>
30+
</ul>
31+
<!-- }}} --></section>
32+
1033
<section class="version" id="5.6.21"><!-- {{{ 5.6.21 -->
1134
<h3>Version 5.6.21</h3>
1235
<b><?php release_date('28-Apr-2016'); ?></b>

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>[email protected]</email>
1111
</author>
12+
<xi:include href="entries/2016-05-26-2.xml"/>
1213
<xi:include href="entries/2016-05-26-1.xml"/>
1314
<xi:include href="entries/2016-05-12-1.xml"/>
1415
<xi:include href="entries/2016-05-02-1.xml"/>

archive/entries/2016-05-26-2.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 5.5.36 is available</title>
4+
<id>http://php.net/archive/2016.php#id2016-05-26-2</id>
5+
<published>2016-05-26T12:50:50+00:00</published>
6+
<updated>2016-05-26T12:50:50+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#id2016-05-26-2" rel="alternate" type="text/html"/>
10+
<link href="http://php.net/archive/2016.php#id2016-05-26-2" 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
14+
5.5.36. This is a security release. Several security bugs were fixed in
15+
this release.
16+
17+
All PHP 5.5 users are encouraged to upgrade to this version.
18+
</p>
19+
20+
<p>For source downloads of PHP 5.5.36 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
21+
Windows source and binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
22+
The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.5.36">ChangeLog</a>.
23+
</p>
24+
</div>
25+
</content>
26+
</entry>

include/releases.inc

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,42 @@ $OLDRELEASES = array (
257257
),
258258
5 =>
259259
array (
260+
'5.5.35' =>
261+
array (
262+
'announcement' =>
263+
array (
264+
'English' => '/releases/5_5_35.php',
265+
),
266+
'source' =>
267+
array (
268+
0 =>
269+
array (
270+
'filename' => 'php-5.5.35.tar.bz2',
271+
'name' => 'PHP 5.5.35 (tar.bz2)',
272+
'md5' => '8da184329677c955ffff4b3c07401f0d',
273+
'sha256' => '2d648dd648e820fd64693ce72f9bf07064d147220e594e39fb9f6310238258d7',
274+
'date' => '28 Apr 2016',
275+
),
276+
1 =>
277+
array (
278+
'filename' => 'php-5.5.35.tar.gz',
279+
'name' => 'PHP 5.5.35 (tar.gz)',
280+
'md5' => '74cce9e38b84e078c2836d74ed0e9e26',
281+
'sha256' => '21e10a49c62ab34a7edc976af686a952e70142f19135ca8da67758e1c8c3df30',
282+
'date' => '28 Apr 2016',
283+
),
284+
2 =>
285+
array (
286+
'filename' => 'php-5.5.35.tar.xz',
287+
'name' => 'PHP 5.5.35 (tar.xz)',
288+
'md5' => '5b4af75b14f7e7d4941cafa1c6d26a33',
289+
'sha256' => '9bef96634af853960be085690b2f4cea5850b749ea950942769b22b1a9f24873',
290+
'date' => '28 Apr 2016',
291+
),
292+
),
293+
'date' => '31 Mar 2016',
294+
'museum' => false,
295+
),
260296
'5.6.20' =>
261297
array (
262298
'announcement' =>

include/version.inc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,17 @@ $PHP_5_6_SHA256 = array(
5555
$PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
5656
$PHP_5_5_RC_DATE = '25 Jun 2015';
5757

58-
$PHP_5_5_VERSION = "5.5.35";
59-
$PHP_5_5_DATE = "28 Apr 2016";
58+
$PHP_5_5_VERSION = "5.5.36";
59+
$PHP_5_5_DATE = "26 May 2016";
6060
$PHP_5_5_MD5 = array(
61-
"tar.bz2" => "8da184329677c955ffff4b3c07401f0d",
62-
"tar.gz" => "74cce9e38b84e078c2836d74ed0e9e26",
63-
"tar.xz" => "5b4af75b14f7e7d4941cafa1c6d26a33",
61+
"tar.bz2" => "8be3d821bfedc091d3c0befc9309b945",
62+
"tar.gz" => "90bcbc3c45dc35532208fc84774c0341",
63+
"tar.xz" => "1db93aa3a3cfd7cfe0f41f3697db35a4",
6464
);
6565
$PHP_5_5_SHA256 = array(
66-
"tar.bz2" => "2d648dd648e820fd64693ce72f9bf07064d147220e594e39fb9f6310238258d7",
67-
"tar.gz" => "21e10a49c62ab34a7edc976af686a952e70142f19135ca8da67758e1c8c3df30",
68-
"tar.xz" => "9bef96634af853960be085690b2f4cea5850b749ea950942769b22b1a9f24873",
66+
"tar.bz2" => "2484edfaa3de606d74f927b55c5206f51b1ae24ea8e428aa9fc15474c7bb71bb",
67+
"tar.gz" => "ef829f9a9600a858e2363533b80c4e4773505bdc8ea3692d703fc893f267728a",
68+
"tar.xz" => "e1bbe33d6b4da66b15c483131520a9fc505eeb6629fa70c5cfba79590a1d0801",
6969
);
7070

7171
$RELEASES = array(

releases/5_5_36.php

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

0 commit comments

Comments
 (0)