1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Announce 7.3.31

This commit is contained in:
Christoph M. Becker
2021-09-23 12:20:27 +02:00
parent 96c9e751cf
commit c44f36c3a0
6 changed files with 92 additions and 5 deletions

View File

@@ -1732,6 +1732,18 @@ changelog_header(7, $MINOR_VERSIONS);
<a id="PHP_7_3"></a>
<section class="version" id="7.3.31"><!-- {{{ 7.3.31 -->
<h3>Version 7.3.31</h3>
<b><?php release_date('23-Sep-2021'); ?></b>
<ul><li>Zip:
<ul>
<li><?php bugfix(81420); ?> (ZipArchive::extractTo extracts outside of destination). (CVE-2021-21706)</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="7.3.30"><!-- {{{ 7.3.30 -->
<h3>Version 7.3.30</h3>
<b><?php release_date('26-Aug-2021'); ?></b>

View File

@@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>php-webmaster@lists.php.net</email>
</author>
<xi:include href="entries/2021-09-23-1.xml"/>
<xi:include href="entries/2021-09-16-1.xml"/>
<xi:include href="entries/2021-09-10-1.xml"/>
<xi:include href="entries/2021-09-08-1.xml"/>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 7.3.31 Released!</title>
<id>https://www.php.net/archive/2021.php#2021-09-23-1</id>
<published>2021-09-23T10:10:50+00:00</published>
<updated>2021-09-23T10:10:50+00:00</updated>
<link href="https://www.php.net/index.php#id2021-09-23-1" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2021.php#2021-09-23-1" rel="via" type="text/html"/>
<category term="releases" label="New PHP release"/>
<category term="frontpage" label="PHP.net frontpage news"/>
<content type="xhtml">
<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>
<p>All PHP 7.3 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 7.3.31 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-7.php#7.3.31">ChangeLog</a>.
</p> </div>
</content>
</entry>

View File

@@ -329,6 +329,43 @@ $OLDRELEASES = array (
),
7 =>
array (
'7.3.30' =>
array (
'announcement' =>
array (
'English' => '/releases/7_3_30.php',
),
'tags' =>
array (
0 => 'security',
),
'date' => '26 Aug 2021',
'source' =>
array (
0 =>
array (
'filename' => 'php-7.3.30.tar.gz',
'name' => 'PHP 7.3.30 (tar.gz)',
'sha256' => '3810a9b631eb7f236ecf02b9a78bab8d957b6cfdb1646a29e3b34e01d36c0510',
'date' => '26 Aug 2021',
),
1 =>
array (
'filename' => 'php-7.3.30.tar.bz2',
'name' => 'PHP 7.3.30 (tar.bz2)',
'sha256' => 'ccc532e660761df9b5509b9b913d2dc049b0a9954108fe212aeeb8bc2556b502',
'date' => '26 Aug 2021',
),
2 =>
array (
'filename' => 'php-7.3.30.tar.xz',
'name' => 'PHP 7.3.30 (tar.xz)',
'sha256' => '0ebfd656df0f3b1ea37ff2887f8f2d1a71cd160fb0292547c0ee0a99e58ffd1b',
'date' => '26 Aug 2021',
),
),
'museum' => false,
),
'7.4.22' =>
array (
'announcement' =>

View File

@@ -44,13 +44,13 @@ $RELEASES = (function() {
/* PHP 7.3 Release */
$data['7.3'] = [
'version' => '7.3.30',
'date' => '26 Aug 2021',
'version' => '7.3.31',
'date' => '23 Sep 2021',
'tags' => ['security'],
'sha256' => [
'tar.gz' => '3810a9b631eb7f236ecf02b9a78bab8d957b6cfdb1646a29e3b34e01d36c0510',
'tar.bz2' => 'ccc532e660761df9b5509b9b913d2dc049b0a9954108fe212aeeb8bc2556b502',
'tar.xz' => '0ebfd656df0f3b1ea37ff2887f8f2d1a71cd160fb0292547c0ee0a99e58ffd1b',
'tar.gz' => '57ca37b08d3eed4cadc3976e78b0f51d0305bb6e60333f6e8c76e8aee07c3f0f',
'tar.bz2' => '6951f78524684f439186fe039ab14fb2459cea8f47ac829a159724a283f7f32b',
'tar.xz' => 'd1aa8f44595d01ac061ff340354d95e146d6152f70e799b44d6b8654fb45cbcc',
]
];

16
releases/7_3_31.php Normal file
View File

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