Skip to content

Commit 68bb08b

Browse files
committed
Announce 7.3.32
1 parent 1256d6b commit 68bb08b

File tree

6 files changed

+92
-5
lines changed

6 files changed

+92
-5
lines changed

ChangeLog-7.php

+12
Original file line numberDiff line numberDiff line change
@@ -1820,6 +1820,18 @@
18201820

18211821
<a id="PHP_7_3"></a>
18221822

1823+
<section class="version" id="7.3.32"><!-- {{{ 7.3.32 -->
1824+
<h3>Version 7.3.32</h3>
1825+
<b><?php release_date('28-Oct-2021'); ?></b>
1826+
<ul><li>FPM:
1827+
<ul>
1828+
<li><?php bugfix(81026); ?> (PHP-FPM oob R/W in root process leading to privilege escalation). (CVE-2021-21703)</li>
1829+
</ul></li>
1830+
</ul>
1831+
<!-- }}} --></section>
1832+
1833+
1834+
18231835
<section class="version" id="7.3.31"><!-- {{{ 7.3.31 -->
18241836
<h3>Version 7.3.31</h3>
18251837
<b><?php release_date('23-Sep-2021'); ?></b>

archive/archive.xml

+1
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-10-28-1.xml"/>
1213
<xi:include href="entries/2021-10-26-1.xml"/>
1314
<xi:include href="entries/2021-10-22-1.xml"/>
1415
<xi:include href="entries/2021-10-21-1.xml"/>

archive/entries/2021-10-28-1.xml

+21
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.32 Released!</title>
4+
<id>https://www.php.net/archive/2021.php#2021-10-28-1</id>
5+
<published>2021-10-28T08:40:01+00:00</published>
6+
<updated>2021-10-28T08:40:01+00:00</updated>
7+
<link href="https://www.php.net/index.php#id2021-10-28-1" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2021.php#2021-10-28-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.32. This is a security release.</p>
13+
14+
<p>All PHP 7.3 FPM users are encouraged to upgrade to this version.</p>
15+
16+
<p>For source downloads of PHP 7.3.32 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.32">ChangeLog</a>.
19+
</p> </div>
20+
</content>
21+
</entry>

include/releases.inc

+37
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,43 @@ $OLDRELEASES = array (
403403
),
404404
7 =>
405405
array (
406+
'7.3.31' =>
407+
array (
408+
'announcement' =>
409+
array (
410+
'English' => '/releases/7_3_31.php',
411+
),
412+
'tags' =>
413+
array (
414+
0 => 'security',
415+
),
416+
'date' => '23 Sep 2021',
417+
'source' =>
418+
array (
419+
0 =>
420+
array (
421+
'filename' => 'php-7.3.31.tar.gz',
422+
'name' => 'PHP 7.3.31 (tar.gz)',
423+
'sha256' => '57ca37b08d3eed4cadc3976e78b0f51d0305bb6e60333f6e8c76e8aee07c3f0f',
424+
'date' => '23 Sep 2021',
425+
),
426+
1 =>
427+
array (
428+
'filename' => 'php-7.3.31.tar.bz2',
429+
'name' => 'PHP 7.3.31 (tar.bz2)',
430+
'sha256' => '6951f78524684f439186fe039ab14fb2459cea8f47ac829a159724a283f7f32b',
431+
'date' => '23 Sep 2021',
432+
),
433+
2 =>
434+
array (
435+
'filename' => 'php-7.3.31.tar.xz',
436+
'name' => 'PHP 7.3.31 (tar.xz)',
437+
'sha256' => 'd1aa8f44595d01ac061ff340354d95e146d6152f70e799b44d6b8654fb45cbcc',
438+
'date' => '23 Sep 2021',
439+
),
440+
),
441+
'museum' => false,
442+
),
406443
'7.4.24' =>
407444
array (
408445
'announcement' =>

include/version.inc

+5-5
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.31',
48-
'date' => '23 Sep 2021',
47+
'version' => '7.3.32',
48+
'date' => '28 Oct 2021',
4949
'tags' => ['security'],
5050
'sha256' => [
51-
'tar.gz' => '57ca37b08d3eed4cadc3976e78b0f51d0305bb6e60333f6e8c76e8aee07c3f0f',
52-
'tar.bz2' => '6951f78524684f439186fe039ab14fb2459cea8f47ac829a159724a283f7f32b',
53-
'tar.xz' => 'd1aa8f44595d01ac061ff340354d95e146d6152f70e799b44d6b8654fb45cbcc',
51+
'tar.gz' => '4739160cbd8f5d4529429ac01e181cba9705a515666002e76e4e34891c034fcb',
52+
'tar.bz2' => '7c158b306e53434f1e0a88647aa561814308aaff8713ed7d237ed8f1399c216f',
53+
'tar.xz' => '94effa250b80f031e77fbd98b6950c441157a2a8f9e076ee68e02f5b0b7a3fd9',
5454
]
5555
];
5656

releases/7_3_32.php

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
$_SERVER['BASE_PAGE'] = 'releases/7_3_32.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 7.3.32 Release Announcement');
5+
?>
6+
<h1>PHP 7.3.32 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 7.3.32. This is a security release.</p>
9+
10+
<p>All PHP 7.3 FPM users are encouraged to upgrade to this version.</p>
11+
12+
<p>For source downloads of PHP 7.3.32 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.32">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)