mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Announce 7.3.32
This commit is contained in:
@@ -1820,6 +1820,18 @@ changelog_header(7, $MINOR_VERSIONS);
|
||||
|
||||
<a id="PHP_7_3"></a>
|
||||
|
||||
<section class="version" id="7.3.32"><!-- {{{ 7.3.32 -->
|
||||
<h3>Version 7.3.32</h3>
|
||||
<b><?php release_date('28-Oct-2021'); ?></b>
|
||||
<ul><li>FPM:
|
||||
<ul>
|
||||
<li><?php bugfix(81026); ?> (PHP-FPM oob R/W in root process leading to privilege escalation). (CVE-2021-21703)</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<!-- }}} --></section>
|
||||
|
||||
|
||||
|
||||
<section class="version" id="7.3.31"><!-- {{{ 7.3.31 -->
|
||||
<h3>Version 7.3.31</h3>
|
||||
<b><?php release_date('23-Sep-2021'); ?></b>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<uri>http://php.net/contact</uri>
|
||||
<email>php-webmaster@lists.php.net</email>
|
||||
</author>
|
||||
<xi:include href="entries/2021-10-28-1.xml"/>
|
||||
<xi:include href="entries/2021-10-26-1.xml"/>
|
||||
<xi:include href="entries/2021-10-22-1.xml"/>
|
||||
<xi:include href="entries/2021-10-21-1.xml"/>
|
||||
|
||||
21
archive/entries/2021-10-28-1.xml
Normal file
21
archive/entries/2021-10-28-1.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<entry xmlns="http://www.w3.org/2005/Atom">
|
||||
<title>PHP 7.3.32 Released!</title>
|
||||
<id>https://www.php.net/archive/2021.php#2021-10-28-1</id>
|
||||
<published>2021-10-28T08:40:01+00:00</published>
|
||||
<updated>2021-10-28T08:40:01+00:00</updated>
|
||||
<link href="https://www.php.net/index.php#id2021-10-28-1" rel="alternate" type="text/html"/>
|
||||
<link href="https://www.php.net/archive/2021.php#2021-10-28-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.32. This is a security release.</p>
|
||||
|
||||
<p>All PHP 7.3 FPM users are encouraged to upgrade to this version.</p>
|
||||
|
||||
<p>For source downloads of PHP 7.3.32 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.32">ChangeLog</a>.
|
||||
</p> </div>
|
||||
</content>
|
||||
</entry>
|
||||
@@ -403,6 +403,43 @@ $OLDRELEASES = array (
|
||||
),
|
||||
7 =>
|
||||
array (
|
||||
'7.3.31' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
array (
|
||||
'English' => '/releases/7_3_31.php',
|
||||
),
|
||||
'tags' =>
|
||||
array (
|
||||
0 => 'security',
|
||||
),
|
||||
'date' => '23 Sep 2021',
|
||||
'source' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'filename' => 'php-7.3.31.tar.gz',
|
||||
'name' => 'PHP 7.3.31 (tar.gz)',
|
||||
'sha256' => '57ca37b08d3eed4cadc3976e78b0f51d0305bb6e60333f6e8c76e8aee07c3f0f',
|
||||
'date' => '23 Sep 2021',
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'filename' => 'php-7.3.31.tar.bz2',
|
||||
'name' => 'PHP 7.3.31 (tar.bz2)',
|
||||
'sha256' => '6951f78524684f439186fe039ab14fb2459cea8f47ac829a159724a283f7f32b',
|
||||
'date' => '23 Sep 2021',
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
'filename' => 'php-7.3.31.tar.xz',
|
||||
'name' => 'PHP 7.3.31 (tar.xz)',
|
||||
'sha256' => 'd1aa8f44595d01ac061ff340354d95e146d6152f70e799b44d6b8654fb45cbcc',
|
||||
'date' => '23 Sep 2021',
|
||||
),
|
||||
),
|
||||
'museum' => false,
|
||||
),
|
||||
'7.4.24' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
|
||||
@@ -44,13 +44,13 @@ $RELEASES = (function() {
|
||||
|
||||
/* PHP 7.3 Release */
|
||||
$data['7.3'] = [
|
||||
'version' => '7.3.31',
|
||||
'date' => '23 Sep 2021',
|
||||
'version' => '7.3.32',
|
||||
'date' => '28 Oct 2021',
|
||||
'tags' => ['security'],
|
||||
'sha256' => [
|
||||
'tar.gz' => '57ca37b08d3eed4cadc3976e78b0f51d0305bb6e60333f6e8c76e8aee07c3f0f',
|
||||
'tar.bz2' => '6951f78524684f439186fe039ab14fb2459cea8f47ac829a159724a283f7f32b',
|
||||
'tar.xz' => 'd1aa8f44595d01ac061ff340354d95e146d6152f70e799b44d6b8654fb45cbcc',
|
||||
'tar.gz' => '4739160cbd8f5d4529429ac01e181cba9705a515666002e76e4e34891c034fcb',
|
||||
'tar.bz2' => '7c158b306e53434f1e0a88647aa561814308aaff8713ed7d237ed8f1399c216f',
|
||||
'tar.xz' => '94effa250b80f031e77fbd98b6950c441157a2a8f9e076ee68e02f5b0b7a3fd9',
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
16
releases/7_3_32.php
Normal file
16
releases/7_3_32.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
$_SERVER['BASE_PAGE'] = 'releases/7_3_32.php';
|
||||
include_once __DIR__ . '/../include/prepend.inc';
|
||||
site_header('PHP 7.3.32 Release Announcement');
|
||||
?>
|
||||
<h1>PHP 7.3.32 Release Announcement</h1>
|
||||
|
||||
<p>The PHP development team announces the immediate availability of PHP 7.3.32. This is a security release.</p>
|
||||
|
||||
<p>All PHP 7.3 FPM users are encouraged to upgrade to this version.</p>
|
||||
|
||||
<p>For source downloads of PHP 7.3.32 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.32">ChangeLog</a>.
|
||||
</p>
|
||||
<?php site_footer();
|
||||
Reference in New Issue
Block a user