Skip to content

Commit

Permalink
Announce 7.3.32
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Oct 28, 2021
1 parent 1256d6b commit 68bb08b
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 5 deletions.
12 changes: 12 additions & 0 deletions ChangeLog-7.php
Original file line number Diff line number Diff line change
Expand Up @@ -1820,6 +1820,18 @@

<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>
Expand Down
1 change: 1 addition & 0 deletions archive/archive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>[email protected]</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"/>
Expand Down
21 changes: 21 additions & 0 deletions archive/entries/2021-10-28-1.xml
Original file line number Diff line number Diff line change
@@ -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>
37 changes: 37 additions & 0 deletions include/releases.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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' =>
Expand Down
10 changes: 5 additions & 5 deletions include/version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
];

Expand Down
16 changes: 16 additions & 0 deletions releases/7_3_32.php
Original file line number Diff line number Diff line change
@@ -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();

0 comments on commit 68bb08b

Please sign in to comment.