File tree 6 files changed +124
-5
lines changed
6 files changed +124
-5
lines changed Original file line number Diff line number Diff line change 8
8
?>
9
9
<a id="PHP_8_0"></a>
10
10
11
+ <section class="version" id="8.0.11"><!-- {{{ 8.0.11 -->
12
+ <h3>Version 8.0.11</h3>
13
+ <b><?php release_date ('23-Sep-2021 ' ); ?> </b>
14
+ <ul><li>Core:
15
+ <ul>
16
+ <li><?php bugfix (81302 ); ?> (Stream position after stream filter removed).</li>
17
+ <li><?php bugfix (81346 ); ?> (Non-seekable streams don't update position after write).</li>
18
+ <li><?php bugfix (73122 ); ?> (Integer Overflow when concatenating strings).</li>
19
+ </ul></li>
20
+ <li>GD:
21
+ <ul>
22
+ <li><?php bugfix (53580 ); ?> (During resize gdImageCopyResampled cause colors change).</li>
23
+ </ul></li>
24
+ <li>Opcache:
25
+ <ul>
26
+ <li><?php bugfix (81353 ); ?> (segfault with preloading and statically bound closure).</li>
27
+ </ul></li>
28
+ <li>Shmop:
29
+ <ul>
30
+ <li><?php bugfix (81407 ); ?> (shmop_open won't attach and causes php to crash).</li>
31
+ </ul></li>
32
+ <li>Standard:
33
+ <ul>
34
+ <li><?php bugfix (71542 ); ?> (disk_total_space does not work with relative paths).</li>
35
+ <li><?php bugfix (81400 ); ?> (Unterminated string in dns_get_record() results).</li>
36
+ </ul></li>
37
+ <li>SysVMsg:
38
+ <ul>
39
+ <li><?php bugfix (78819 ); ?> (Heap Overflow in msg_send).</li>
40
+ </ul></li>
41
+ <li>XML:
42
+ <ul>
43
+ <li><?php bugfix (81351 ); ?> (xml_parse may fail, but has no error code).</li>
44
+ </ul></li>
45
+ <li>Zip:
46
+ <ul>
47
+ <li><?php bugfix (80833 ); ?> (ZipArchive::getStream doesn't use setPassword).</li>
48
+ <li><?php bugfix (81420 ); ?> (ZipArchive::extractTo extracts outside of destination).</li>
49
+ </ul></li>
50
+ </ul>
51
+ <!-- }}} --></section>
52
+
53
+
54
+
11
55
<section class="version" id="8.0.10"><!-- {{{ 8.0.10 -->
12
56
<h3>Version 8.0.10</h3>
13
57
<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-2.xml" />
12
13
<xi : include href =" entries/2021-09-23-1.xml" />
13
14
<xi : include href =" entries/2021-09-16-1.xml" />
14
15
<xi : include href =" entries/2021-09-10-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 8.0.11 Released!</title >
4
+ <id >https://www.php.net/archive/2021.php#2021-09-23-2</id >
5
+ <published >2021-09-23T14:41:58+00:00</published >
6
+ <updated >2021-09-23T14:41:58+00:00</updated >
7
+ <link href =" https://www.php.net/index.php#id2021-09-23-2" rel =" alternate" type =" text/html" />
8
+ <link href =" https://www.php.net/archive/2021.php#2021-09-23-2" 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 8.0.11. This is a security release fixing CVE-2021-21706.</p >
13
+
14
+ <p >All PHP 8.0 users are encouraged to upgrade to this version.</p >
15
+
16
+ <p >For source downloads of PHP 8.0.11 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-8.php#8.0.11" >ChangeLog</a >.
19
+ </p > </div >
20
+ </content >
21
+ </entry >
Original file line number Diff line number Diff line change 2
2
$ OLDRELEASES = array (
3
3
8 =>
4
4
array (
5
+ '8.0.10 ' =>
6
+ array (
7
+ 'announcement ' =>
8
+ array (
9
+ 'English ' => '/releases/8_0_10.php ' ,
10
+ ),
11
+ 'tags ' =>
12
+ array (
13
+ 0 => 'security ' ,
14
+ ),
15
+ 'date ' => '26 Aug 2021 ' ,
16
+ 'source ' =>
17
+ array (
18
+ 0 =>
19
+ array (
20
+ 'filename ' => 'php-8.0.10.tar.gz ' ,
21
+ 'name ' => 'PHP 8.0.10 (tar.gz) ' ,
22
+ 'sha256 ' => '4612dca9afe8148801648839175ab588097ace66658c6859e9f283ecdeaf84b3 ' ,
23
+ 'date ' => '26 Aug 2021 ' ,
24
+ ),
25
+ 1 =>
26
+ array (
27
+ 'filename ' => 'php-8.0.10.tar.bz2 ' ,
28
+ 'name ' => 'PHP 8.0.10 (tar.bz2) ' ,
29
+ 'sha256 ' => 'c94547271410900845b084ec2bcb3466af363eeca92cb24bd611dcbdc26f1587 ' ,
30
+ 'date ' => '26 Aug 2021 ' ,
31
+ ),
32
+ 2 =>
33
+ array (
34
+ 'filename ' => 'php-8.0.10.tar.xz ' ,
35
+ 'name ' => 'PHP 8.0.10 (tar.xz) ' ,
36
+ 'sha256 ' => '66dc4d1bc86d9c1bc255b51b79d337ed1a7a035cf71230daabbf9a4ca35795eb ' ,
37
+ 'date ' => '26 Aug 2021 ' ,
38
+ ),
39
+ ),
40
+ 'museum ' => false ,
41
+ ),
5
42
'8.0.9 ' =>
6
43
array (
7
44
'announcement ' =>
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ $RELEASES = (function() {
20
20
21
21
/* PHP 8.0 Release */
22
22
$ data ['8.0 ' ] = [
23
- 'version ' => '8.0.10 ' ,
24
- 'date ' => '26 Aug 2021 ' ,
23
+ 'version ' => '8.0.11 ' ,
24
+ 'date ' => '23 Sep 2021 ' ,
25
25
'tags ' => ['security ' ], // Set to ['security'] for security releases.
26
26
'sha256 ' => [
27
- 'tar.gz ' => '4612dca9afe8148801648839175ab588097ace66658c6859e9f283ecdeaf84b3 ' ,
28
- 'tar.bz2 ' => 'c94547271410900845b084ec2bcb3466af363eeca92cb24bd611dcbdc26f1587 ' ,
29
- 'tar.xz ' => '66dc4d1bc86d9c1bc255b51b79d337ed1a7a035cf71230daabbf9a4ca35795eb ' ,
27
+ 'tar.gz ' => 'c6a461f57b4bcb46cd4dec443253b1e2e8e981466f1280093322b7864afe8be7 ' ,
28
+ 'tar.bz2 ' => '70ed874285e4010c1e2e8937bfb56b13b9ed1b3789dcaf274b793b00c1f4403a ' ,
29
+ 'tar.xz ' => 'e3e5f764ae57b31eb65244a45512f0b22d7bef05f2052b23989c053901552e16 ' ,
30
30
]
31
31
];
32
32
Original file line number Diff line number Diff line change
1
+ <?php
2
+ $ _SERVER ['BASE_PAGE ' ] = 'releases/8_0_11.php ' ;
3
+ include_once __DIR__ . '/../include/prepend.inc ' ;
4
+ site_header ('PHP 8.0.11 Release Announcement ' );
5
+ ?>
6
+ <h1>PHP 8.0.11 Release Announcement</h1>
7
+
8
+ <p>The PHP development team announces the immediate availability of PHP 8.0.11. This is a security release fixing CVE-2021-21706.</p>
9
+
10
+ <p>All PHP 8.0 users are encouraged to upgrade to this version.</p>
11
+
12
+ <p>For source downloads of PHP 8.0.11 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-8.php#8.0.11">ChangeLog</a>.
15
+ </p>
16
+ <?php site_footer ();
You can’t perform that action at this time.
0 commit comments