mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Announce 8.0.11
This commit is contained in:
@@ -8,6 +8,50 @@ changelog_header(8, $MINOR_VERSIONS);
|
||||
?>
|
||||
<a id="PHP_8_0"></a>
|
||||
|
||||
<section class="version" id="8.0.11"><!-- {{{ 8.0.11 -->
|
||||
<h3>Version 8.0.11</h3>
|
||||
<b><?php release_date('23-Sep-2021'); ?></b>
|
||||
<ul><li>Core:
|
||||
<ul>
|
||||
<li><?php bugfix(81302); ?> (Stream position after stream filter removed).</li>
|
||||
<li><?php bugfix(81346); ?> (Non-seekable streams don't update position after write).</li>
|
||||
<li><?php bugfix(73122); ?> (Integer Overflow when concatenating strings).</li>
|
||||
</ul></li>
|
||||
<li>GD:
|
||||
<ul>
|
||||
<li><?php bugfix(53580); ?> (During resize gdImageCopyResampled cause colors change).</li>
|
||||
</ul></li>
|
||||
<li>Opcache:
|
||||
<ul>
|
||||
<li><?php bugfix(81353); ?> (segfault with preloading and statically bound closure).</li>
|
||||
</ul></li>
|
||||
<li>Shmop:
|
||||
<ul>
|
||||
<li><?php bugfix(81407); ?> (shmop_open won't attach and causes php to crash).</li>
|
||||
</ul></li>
|
||||
<li>Standard:
|
||||
<ul>
|
||||
<li><?php bugfix(71542); ?> (disk_total_space does not work with relative paths).</li>
|
||||
<li><?php bugfix(81400); ?> (Unterminated string in dns_get_record() results).</li>
|
||||
</ul></li>
|
||||
<li>SysVMsg:
|
||||
<ul>
|
||||
<li><?php bugfix(78819); ?> (Heap Overflow in msg_send).</li>
|
||||
</ul></li>
|
||||
<li>XML:
|
||||
<ul>
|
||||
<li><?php bugfix(81351); ?> (xml_parse may fail, but has no error code).</li>
|
||||
</ul></li>
|
||||
<li>Zip:
|
||||
<ul>
|
||||
<li><?php bugfix(80833); ?> (ZipArchive::getStream doesn't use setPassword).</li>
|
||||
<li><?php bugfix(81420); ?> (ZipArchive::extractTo extracts outside of destination).</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<!-- }}} --></section>
|
||||
|
||||
|
||||
|
||||
<section class="version" id="8.0.10"><!-- {{{ 8.0.10 -->
|
||||
<h3>Version 8.0.10</h3>
|
||||
<b><?php release_date('26-Aug-2021'); ?></b>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<uri>http://php.net/contact</uri>
|
||||
<email>php-webmaster@lists.php.net</email>
|
||||
</author>
|
||||
<xi:include href="entries/2021-09-23-2.xml"/>
|
||||
<xi:include href="entries/2021-09-23-1.xml"/>
|
||||
<xi:include href="entries/2021-09-16-1.xml"/>
|
||||
<xi:include href="entries/2021-09-10-1.xml"/>
|
||||
|
||||
21
archive/entries/2021-09-23-2.xml
Normal file
21
archive/entries/2021-09-23-2.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<entry xmlns="http://www.w3.org/2005/Atom">
|
||||
<title>PHP 8.0.11 Released!</title>
|
||||
<id>https://www.php.net/archive/2021.php#2021-09-23-2</id>
|
||||
<published>2021-09-23T14:41:58+00:00</published>
|
||||
<updated>2021-09-23T14:41:58+00:00</updated>
|
||||
<link href="https://www.php.net/index.php#id2021-09-23-2" rel="alternate" type="text/html"/>
|
||||
<link href="https://www.php.net/archive/2021.php#2021-09-23-2" 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 8.0.11. This is a security release fixing CVE-2021-21706.</p>
|
||||
|
||||
<p>All PHP 8.0 users are encouraged to upgrade to this version.</p>
|
||||
|
||||
<p>For source downloads of PHP 8.0.11 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-8.php#8.0.11">ChangeLog</a>.
|
||||
</p> </div>
|
||||
</content>
|
||||
</entry>
|
||||
@@ -2,6 +2,43 @@
|
||||
$OLDRELEASES = array (
|
||||
8 =>
|
||||
array (
|
||||
'8.0.10' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
array (
|
||||
'English' => '/releases/8_0_10.php',
|
||||
),
|
||||
'tags' =>
|
||||
array (
|
||||
0 => 'security',
|
||||
),
|
||||
'date' => '26 Aug 2021',
|
||||
'source' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'filename' => 'php-8.0.10.tar.gz',
|
||||
'name' => 'PHP 8.0.10 (tar.gz)',
|
||||
'sha256' => '4612dca9afe8148801648839175ab588097ace66658c6859e9f283ecdeaf84b3',
|
||||
'date' => '26 Aug 2021',
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'filename' => 'php-8.0.10.tar.bz2',
|
||||
'name' => 'PHP 8.0.10 (tar.bz2)',
|
||||
'sha256' => 'c94547271410900845b084ec2bcb3466af363eeca92cb24bd611dcbdc26f1587',
|
||||
'date' => '26 Aug 2021',
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
'filename' => 'php-8.0.10.tar.xz',
|
||||
'name' => 'PHP 8.0.10 (tar.xz)',
|
||||
'sha256' => '66dc4d1bc86d9c1bc255b51b79d337ed1a7a035cf71230daabbf9a4ca35795eb',
|
||||
'date' => '26 Aug 2021',
|
||||
),
|
||||
),
|
||||
'museum' => false,
|
||||
),
|
||||
'8.0.9' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
|
||||
@@ -20,13 +20,13 @@ $RELEASES = (function() {
|
||||
|
||||
/* PHP 8.0 Release */
|
||||
$data['8.0'] = [
|
||||
'version' => '8.0.10',
|
||||
'date' => '26 Aug 2021',
|
||||
'version' => '8.0.11',
|
||||
'date' => '23 Sep 2021',
|
||||
'tags' => ['security'], // Set to ['security'] for security releases.
|
||||
'sha256' => [
|
||||
'tar.gz' => '4612dca9afe8148801648839175ab588097ace66658c6859e9f283ecdeaf84b3',
|
||||
'tar.bz2' => 'c94547271410900845b084ec2bcb3466af363eeca92cb24bd611dcbdc26f1587',
|
||||
'tar.xz' => '66dc4d1bc86d9c1bc255b51b79d337ed1a7a035cf71230daabbf9a4ca35795eb',
|
||||
'tar.gz' => 'c6a461f57b4bcb46cd4dec443253b1e2e8e981466f1280093322b7864afe8be7',
|
||||
'tar.bz2' => '70ed874285e4010c1e2e8937bfb56b13b9ed1b3789dcaf274b793b00c1f4403a',
|
||||
'tar.xz' => 'e3e5f764ae57b31eb65244a45512f0b22d7bef05f2052b23989c053901552e16',
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
16
releases/8_0_11.php
Normal file
16
releases/8_0_11.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
$_SERVER['BASE_PAGE'] = 'releases/8_0_11.php';
|
||||
include_once __DIR__ . '/../include/prepend.inc';
|
||||
site_header('PHP 8.0.11 Release Announcement');
|
||||
?>
|
||||
<h1>PHP 8.0.11 Release Announcement</h1>
|
||||
|
||||
<p>The PHP development team announces the immediate availability of PHP 8.0.11. This is a security release fixing CVE-2021-21706.</p>
|
||||
|
||||
<p>All PHP 8.0 users are encouraged to upgrade to this version.</p>
|
||||
|
||||
<p>For source downloads of PHP 8.0.11 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-8.php#8.0.11">ChangeLog</a>.
|
||||
</p>
|
||||
<?php site_footer();
|
||||
Reference in New Issue
Block a user