Skip to content

Commit c44f36c

Browse files
committed
Announce 7.3.31
1 parent 96c9e75 commit c44f36c

File tree

6 files changed

+92
-5
lines changed

6 files changed

+92
-5
lines changed

ChangeLog-7.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,6 +1732,18 @@
17321732

17331733
<a id="PHP_7_3"></a>
17341734

1735+
<section class="version" id="7.3.31"><!-- {{{ 7.3.31 -->
1736+
<h3>Version 7.3.31</h3>
1737+
<b><?php release_date('23-Sep-2021'); ?></b>
1738+
<ul><li>Zip:
1739+
<ul>
1740+
<li><?php bugfix(81420); ?> (ZipArchive::extractTo extracts outside of destination). (CVE-2021-21706)</li>
1741+
</ul></li>
1742+
</ul>
1743+
<!-- }}} --></section>
1744+
1745+
1746+
17351747
<section class="version" id="7.3.30"><!-- {{{ 7.3.30 -->
17361748
<h3>Version 7.3.30</h3>
17371749
<b><?php release_date('26-Aug-2021'); ?></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/2021-09-23-1.xml"/>
1213
<xi:include href="entries/2021-09-16-1.xml"/>
1314
<xi:include href="entries/2021-09-10-1.xml"/>
1415
<xi:include href="entries/2021-09-08-1.xml"/>

archive/entries/2021-09-23-1.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 7.3.31 Released!</title>
4+
<id>https://www.php.net/archive/2021.php#2021-09-23-1</id>
5+
<published>2021-09-23T10:10:50+00:00</published>
6+
<updated>2021-09-23T10:10:50+00:00</updated>
7+
<link href="https://www.php.net/index.php#id2021-09-23-1" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2021.php#2021-09-23-1" rel="via" type="text/html"/>
9+
<category term="releases" label="New PHP release"/>
10+
<category term="frontpage" label="PHP.net frontpage news"/>
11+
<content type="xhtml">
12+
<div xmlns="http://www.w3.org/1999/xhtml"><p>The PHP development team announces the immediate availability of PHP 7.3.31. This is a security release fixing CVE-2021-21706..</p>
13+
14+
<p>All PHP 7.3 users are encouraged to upgrade to this version.</p>
15+
16+
<p>For source downloads of PHP 7.3.31 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
17+
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
18+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-7.php#7.3.31">ChangeLog</a>.
19+
</p> </div>
20+
</content>
21+
</entry>

include/releases.inc

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,43 @@ $OLDRELEASES = array (
329329
),
330330
7 =>
331331
array (
332+
'7.3.30' =>
333+
array (
334+
'announcement' =>
335+
array (
336+
'English' => '/releases/7_3_30.php',
337+
),
338+
'tags' =>
339+
array (
340+
0 => 'security',
341+
),
342+
'date' => '26 Aug 2021',
343+
'source' =>
344+
array (
345+
0 =>
346+
array (
347+
'filename' => 'php-7.3.30.tar.gz',
348+
'name' => 'PHP 7.3.30 (tar.gz)',
349+
'sha256' => '3810a9b631eb7f236ecf02b9a78bab8d957b6cfdb1646a29e3b34e01d36c0510',
350+
'date' => '26 Aug 2021',
351+
),
352+
1 =>
353+
array (
354+
'filename' => 'php-7.3.30.tar.bz2',
355+
'name' => 'PHP 7.3.30 (tar.bz2)',
356+
'sha256' => 'ccc532e660761df9b5509b9b913d2dc049b0a9954108fe212aeeb8bc2556b502',
357+
'date' => '26 Aug 2021',
358+
),
359+
2 =>
360+
array (
361+
'filename' => 'php-7.3.30.tar.xz',
362+
'name' => 'PHP 7.3.30 (tar.xz)',
363+
'sha256' => '0ebfd656df0f3b1ea37ff2887f8f2d1a71cd160fb0292547c0ee0a99e58ffd1b',
364+
'date' => '26 Aug 2021',
365+
),
366+
),
367+
'museum' => false,
368+
),
332369
'7.4.22' =>
333370
array (
334371
'announcement' =>

include/version.inc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ $RELEASES = (function() {
4444

4545
/* PHP 7.3 Release */
4646
$data['7.3'] = [
47-
'version' => '7.3.30',
48-
'date' => '26 Aug 2021',
47+
'version' => '7.3.31',
48+
'date' => '23 Sep 2021',
4949
'tags' => ['security'],
5050
'sha256' => [
51-
'tar.gz' => '3810a9b631eb7f236ecf02b9a78bab8d957b6cfdb1646a29e3b34e01d36c0510',
52-
'tar.bz2' => 'ccc532e660761df9b5509b9b913d2dc049b0a9954108fe212aeeb8bc2556b502',
53-
'tar.xz' => '0ebfd656df0f3b1ea37ff2887f8f2d1a71cd160fb0292547c0ee0a99e58ffd1b',
51+
'tar.gz' => '57ca37b08d3eed4cadc3976e78b0f51d0305bb6e60333f6e8c76e8aee07c3f0f',
52+
'tar.bz2' => '6951f78524684f439186fe039ab14fb2459cea8f47ac829a159724a283f7f32b',
53+
'tar.xz' => 'd1aa8f44595d01ac061ff340354d95e146d6152f70e799b44d6b8654fb45cbcc',
5454
]
5555
];
5656

releases/7_3_31.php

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

0 commit comments

Comments
 (0)