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 1732
1732
1733
1733
<a id="PHP_7_3"></a>
1734
1734
1735
+ <section class="version" id="7.3.31"><!-- {{{ 7.3.31 -->
1736
+ <h3>Version 7.3.31</h3>
1737
+ <b><?php release_date ('23-Sep-2021 ' ); ?> </b>
1738
+ <ul><li>Zip:
1739
+ <ul>
1740
+ <li><?php bugfix (81420 ); ?> (ZipArchive::extractTo extracts outside of destination). (CVE-2021-21706)</li>
1741
+ </ul></li>
1742
+ </ul>
1743
+ <!-- }}} --></section>
1744
+
1745
+
1746
+
1735
1747
<section class="version" id="7.3.30"><!-- {{{ 7.3.30 -->
1736
1748
<h3>Version 7.3.30</h3>
1737
1749
<b><?php release_date ('26-Aug-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-09-23-1.xml" />
12
13
<xi : include href =" entries/2021-09-16-1.xml" />
13
14
<xi : include href =" entries/2021-09-10-1.xml" />
14
15
<xi : include href =" entries/2021-09-08-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.31 Released!</title >
4
+ <id >https://www.php.net/archive/2021.php#2021-09-23-1</id >
5
+ <published >2021-09-23T10:10:50+00:00</published >
6
+ <updated >2021-09-23T10:10:50+00:00</updated >
7
+ <link href =" https://www.php.net/index.php#id2021-09-23-1" rel =" alternate" type =" text/html" />
8
+ <link href =" https://www.php.net/archive/2021.php#2021-09-23-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.31. This is a security release fixing CVE-2021-21706..</p >
13
+
14
+ <p >All PHP 7.3 users are encouraged to upgrade to this version.</p >
15
+
16
+ <p >For source downloads of PHP 7.3.31 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.31" >ChangeLog</a >.
19
+ </p > </div >
20
+ </content >
21
+ </entry >
Original file line number Diff line number Diff line change @@ -329,6 +329,43 @@ $OLDRELEASES = array (
329
329
),
330
330
7 =>
331
331
array (
332
+ '7.3.30 ' =>
333
+ array (
334
+ 'announcement ' =>
335
+ array (
336
+ 'English ' => '/releases/7_3_30.php ' ,
337
+ ),
338
+ 'tags ' =>
339
+ array (
340
+ 0 => 'security ' ,
341
+ ),
342
+ 'date ' => '26 Aug 2021 ' ,
343
+ 'source ' =>
344
+ array (
345
+ 0 =>
346
+ array (
347
+ 'filename ' => 'php-7.3.30.tar.gz ' ,
348
+ 'name ' => 'PHP 7.3.30 (tar.gz) ' ,
349
+ 'sha256 ' => '3810a9b631eb7f236ecf02b9a78bab8d957b6cfdb1646a29e3b34e01d36c0510 ' ,
350
+ 'date ' => '26 Aug 2021 ' ,
351
+ ),
352
+ 1 =>
353
+ array (
354
+ 'filename ' => 'php-7.3.30.tar.bz2 ' ,
355
+ 'name ' => 'PHP 7.3.30 (tar.bz2) ' ,
356
+ 'sha256 ' => 'ccc532e660761df9b5509b9b913d2dc049b0a9954108fe212aeeb8bc2556b502 ' ,
357
+ 'date ' => '26 Aug 2021 ' ,
358
+ ),
359
+ 2 =>
360
+ array (
361
+ 'filename ' => 'php-7.3.30.tar.xz ' ,
362
+ 'name ' => 'PHP 7.3.30 (tar.xz) ' ,
363
+ 'sha256 ' => '0ebfd656df0f3b1ea37ff2887f8f2d1a71cd160fb0292547c0ee0a99e58ffd1b ' ,
364
+ 'date ' => '26 Aug 2021 ' ,
365
+ ),
366
+ ),
367
+ 'museum ' => false ,
368
+ ),
332
369
'7.4.22 ' =>
333
370
array (
334
371
'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.30 ' ,
48
- 'date ' => '26 Aug 2021 ' ,
47
+ 'version ' => '7.3.31 ' ,
48
+ 'date ' => '23 Sep 2021 ' ,
49
49
'tags ' => ['security ' ],
50
50
'sha256 ' => [
51
- 'tar.gz ' => '3810a9b631eb7f236ecf02b9a78bab8d957b6cfdb1646a29e3b34e01d36c0510 ' ,
52
- 'tar.bz2 ' => 'ccc532e660761df9b5509b9b913d2dc049b0a9954108fe212aeeb8bc2556b502 ' ,
53
- 'tar.xz ' => '0ebfd656df0f3b1ea37ff2887f8f2d1a71cd160fb0292547c0ee0a99e58ffd1b ' ,
51
+ 'tar.gz ' => '57ca37b08d3eed4cadc3976e78b0f51d0305bb6e60333f6e8c76e8aee07c3f0f ' ,
52
+ 'tar.bz2 ' => '6951f78524684f439186fe039ab14fb2459cea8f47ac829a159724a283f7f32b ' ,
53
+ 'tar.xz ' => 'd1aa8f44595d01ac061ff340354d95e146d6152f70e799b44d6b8654fb45cbcc ' ,
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_31.php ' ;
3
+ include_once __DIR__ . '/../include/prepend.inc ' ;
4
+ site_header ('PHP 7.3.31 Release Announcement ' );
5
+ ?>
6
+ <h1>PHP 7.3.31 Release Announcement</h1>
7
+
8
+ <p>The PHP development team announces the immediate availability of PHP 7.3.31. This is a security release fixing CVE-2021-21706.</p>
9
+
10
+ <p>All PHP 7.3 users are encouraged to upgrade to this version.</p>
11
+
12
+ <p>For source downloads of PHP 7.3.31 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.31">ChangeLog</a>.
15
+ </p>
16
+ <?php site_footer ();
You can’t perform that action at this time.
0 commit comments