File tree 6 files changed +92
-5
lines changed
6 files changed +92
-5
lines changed Original file line number Diff line number Diff line change 1820
1820
1821
1821
<a id="PHP_7_3"></a>
1822
1822
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
+
1823
1835
<section class="version" id="7.3.31"><!-- {{{ 7.3.31 -->
1824
1836
<h3>Version 7.3.31</h3>
1825
1837
<b><?php release_date ('23-Sep-2021 ' ); ?> </b>
Original file line number Diff line number Diff line change 9
9
<uri >http://php.net/contact</uri >
10
10
11
11
</author >
12
+ <xi : include href =" entries/2021-10-28-1.xml" />
12
13
<xi : include href =" entries/2021-10-26-1.xml" />
13
14
<xi : include href =" entries/2021-10-22-1.xml" />
14
15
<xi : include href =" entries/2021-10-21-1.xml" />
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change @@ -403,6 +403,43 @@ $OLDRELEASES = array (
403
403
),
404
404
7 =>
405
405
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
+ ),
406
443
'7.4.24 ' =>
407
444
array (
408
445
'announcement ' =>
Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ $RELEASES = (function() {
44
44
45
45
/* PHP 7.3 Release */
46
46
$ data ['7.3 ' ] = [
47
- 'version ' => '7.3.31 ' ,
48
- 'date ' => '23 Sep 2021 ' ,
47
+ 'version ' => '7.3.32 ' ,
48
+ 'date ' => '28 Oct 2021 ' ,
49
49
'tags ' => ['security ' ],
50
50
'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 ' ,
54
54
]
55
55
];
56
56
Original file line number Diff line number Diff line change
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 ();
You can’t perform that action at this time.
0 commit comments