Skip to content

Commit 3e42d81

Browse files
author
Julien Pauli
committed
5.5.38 release
1 parent b62019c commit 3e42d81

File tree

6 files changed

+144
-8
lines changed

6 files changed

+144
-8
lines changed

ChangeLog-5.php

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

99
<h1>PHP 5 ChangeLog</h1>
10+
<section class="version" id="5.5.38"><!-- {{{ 5.5.38 -->
11+
<h3>Version 5.5.38</h3>
12+
<b><?php release_date('21-Jul-2016'); ?></b>
13+
<ul><li>BZip2:
14+
<ul>
15+
<li><?php bugfix(72613); ?> (Inadequate error handling in bzread()).</li>
16+
</ul></li>
17+
<li>Core:
18+
<ul>
19+
<li><?php bugfix(70480); ?> (php_url_parse_ex() buffer overflow read).</li>
20+
<li><?php bugfix(72513); ?> (Stack-based buffer overflow vulnerability in virtual_file_ex).</li>
21+
<li><?php bugfix(72562); ?> (Use After Free in unserialize() with Unexpected Session Deserialization).</li>
22+
<li><?php bugfix(72573); ?> (HTTP_PROXY is improperly trusted by some PHP libraries and applications).</li>
23+
</ul></li>
24+
<li>EXIF:
25+
<ul>
26+
<li><?php bugfix(72603); ?> (Out of bound read in exif_process_IFD_in_MAKERNOTE).</li>
27+
<li><?php bugfix(72618); ?> (NULL Pointer Dereference in exif_process_user_comment).</li>
28+
</ul></li>
29+
<li>GD:
30+
<ul>
31+
<li><?php bugfix(72512); ?> (gdImageTrueColorToPaletteBody allows arbitrary write/read access).</li>
32+
<li><?php bugfix(72519); ?> (imagegif/output out-of-bounds access).</li>
33+
<li><?php bugfix(72558); ?> (Integer overflow error within _gdContributionsAlloc()).</li>
34+
</ul></li>
35+
<li>Intl:
36+
<ul>
37+
<li><?php bugfix(72533); ?> (locale_accept_from_http out-of-bounds access).</li>
38+
</ul></li>
39+
<li>ODBC:
40+
<ul>
41+
<li><?php bugfix(69975); ?> (PHP segfaults when accessing nvarchar(max) defined columns)</li>
42+
</ul></li>
43+
<li>SNMP:
44+
<ul>
45+
<li><?php bugfix(72479); ?> (Use After Free Vulnerability in SNMP with GC and unserialize()).</li>
46+
</ul></li>
47+
<li>Xmlrpc:
48+
<ul>
49+
<li><?php bugfix(72606); ?> (heap-buffer-overflow (write) simplestring_addn simplestring.c).</li>
50+
</ul></li>
51+
<li>Zip:
52+
<ul>
53+
<li><?php bugfix(72520); ?> (Stack-based buffer overflow vulnerability in php_stream_zip_opener).</li>
54+
</ul></li>
55+
</ul>
56+
<!-- }}} --></section>
57+
1058
<section class="version" id="5.6.23"><!-- {{{ 5.6.23 -->
1159
<h3>Version 5.6.23</h3>
1260
<b><?php release_date('23-Jun-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-07-21-2.xml"/>
1213
<xi:include href="entries/2016-07-21-3.xml"/>
1314
<xi:include href="entries/2016-07-21-1.xml"/>
1415
<xi:include href="entries/2016-07-07-1.xml"/>

archive/entries/2016-07-21-2.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 5.5.38 is released</title>
4+
<id>http://php.net/archive/2016.php#id2016-07-21-2</id>
5+
<published>2016-07-21T16:01:29+00:00</published>
6+
<updated>2016-07-21T16:01:29+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-07-21-2" rel="alternate" type="text/html"/>
10+
<link href="http://php.net/archive/2016.php#id2016-07-21-2" rel="via" type="text/html"/>
11+
<content type="xhtml">
12+
<div xmlns="http://www.w3.org/1999/xhtml">
13+
<p>
14+
The PHP development team announces the immediate availability of PHP 5.5.38. This is a security release that fixes
15+
some security related bugs.
16+
</p>
17+
<p>All PHP 5.5 users are encouraged to upgrade to this version.</p>
18+
19+
<p>For source downloads of PHP 5.5.37 please visit our downloads page, Windows source and binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.</p>
20+
21+
<p>
22+
Note that according to <a href="http://www.php.net/supported-versions.php">our release schedule</a>, PHP 5.5.38 is the last release of the PHP 5.5 branch.
23+
There may be additional release if we discover important security issues that warrant it, otherwise this release will be the final one in the PHP 5.5 branch. If your PHP installation is based on PHP 5.5, it may be a good time to start making the plans for the upgrade to PHP 5.6 or PHP 7.0.
24+
</p>
25+
26+
</div>
27+
</content>
28+
</entry>

include/releases.inc

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,42 @@ $OLDRELEASES = array (
329329
),
330330
5 =>
331331
array (
332+
'5.5.37' =>
333+
array (
334+
'announcement' =>
335+
array (
336+
'English' => '/releases/5_5_37.php',
337+
),
338+
'source' =>
339+
array (
340+
0 =>
341+
array (
342+
'filename' => 'php-5.5.37.tar.bz2',
343+
'name' => 'PHP 5.5.37 (tar.bz2)',
344+
'md5' => '3a4b249bee5451a0982263a94a8a8c9d',
345+
'sha256' => 'd2380ebe46caf17f2c4cd055867d00a82e6702dc5f62dc29ce864a5742905d88',
346+
'date' => '23 Jun 2016',
347+
),
348+
1 =>
349+
array (
350+
'filename' => 'php-5.5.37.tar.gz',
351+
'name' => 'PHP 5.5.37 (tar.gz)',
352+
'md5' => '6431716479805df74df27377ce485bd1',
353+
'sha256' => '7cef04b549fdbe00c26dc785b6ba10439672a1596db518fc46632ecba45f44b9',
354+
'date' => '23 Jun 2016',
355+
),
356+
2 =>
357+
array (
358+
'filename' => 'php-5.5.36.tar.xz',
359+
'name' => 'PHP 5.5.36 (tar.xz)',
360+
'md5' => '707a528176283b8eecba1fa3c7123dd2',
361+
'sha256' => 'c322444fdf6d3ba26aa67d67ee32d1e815a877f35831351c83763431a80e3612',
362+
'date' => '23 Jun 2016',
363+
),
364+
),
365+
'date' => '23 Jun 2016',
366+
'museum' => false,
367+
),
332368
'5.5.36' =>
333369
array (
334370
'announcement' =>

include/version.inc

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

57-
$PHP_5_5_VERSION = "5.5.37";
58-
$PHP_5_5_DATE = "23 Jun 2016";
57+
$PHP_5_5_VERSION = "5.5.38";
58+
$PHP_5_5_DATE = "21 Jul 2016";
5959
$PHP_5_5_MD5 = array(
60-
"tar.bz2" => "3a4b249bee5451a0982263a94a8a8c9d",
61-
"tar.gz" => "6431716479805df74df27377ce485bd1",
62-
"tar.xz" => "707a528176283b8eecba1fa3c7123dd2",
60+
"tar.bz2" => "312244a0eecad602a1555ed2434e223f",
61+
"tar.gz" => "c2545f7164f8f8b2187fb404f11ceb35",
62+
"tar.xz" => "72302e26f153687e2ca922909f927443",
6363
);
6464
$PHP_5_5_SHA256 = array(
65-
"tar.bz2" => "d2380ebe46caf17f2c4cd055867d00a82e6702dc5f62dc29ce864a5742905d88",
66-
"tar.gz" => "7cef04b549fdbe00c26dc785b6ba10439672a1596db518fc46632ecba45f44b9",
67-
"tar.xz" => "c322444fdf6d3ba26aa67d67ee32d1e815a877f35831351c83763431a80e3612",
65+
"tar.bz2" => "473c81ebb2e48ca468caee031762266651843d7227c18a824add9b07b9393e38",
66+
"tar.gz" => "4f458c9b504269615715a62f182b7c2f89bb8284f484befc221b56a1571b506e",
67+
"tar.xz" => "cb527c44b48343c8557fe2446464ff1d4695155a95601083e5d1f175df95580f",
6868
);
6969

7070
$RELEASES = array(

releases/5_5_38.php

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?php
2+
// $Id$
3+
$_SERVER['BASE_PAGE'] = 'releases/5_5_38.php';
4+
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
5+
site_header("PHP 5.5.38 Release Announcement");
6+
?>
7+
<h1>PHP 5.5.38 Release Announcement</h1>
8+
9+
<p>
10+
The PHP development team announces the immediate availability of PHP 5.5.38. This is a security release that fixes
11+
some security related bugs.
12+
</p>
13+
14+
<p>All PHP 5.5 users are encouraged to upgrade to this version.</p>
15+
16+
<p>For source downloads of PHP 5.5.37 please visit our downloads page, Windows source and binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.</p>
17+
18+
<p>
19+
Note that according to <a href="http://www.php.net/supported-versions.php">our release schedule</a>, PHP 5.5.38 is the last release of the PHP 5.5 branch.
20+
There may be additional release if we discover important security issues that warrant it, otherwise this release will be the final one in the PHP 5.5 branch. If your PHP installation is based on PHP 5.5, it may be a good time to start making the plans for the upgrade to PHP 5.6 or PHP 7.0.
21+
</p>
22+
23+
<?php site_footer(); ?>

0 commit comments

Comments
 (0)