Author: Gabriel Caruso (carusogabriel)
Date: 2021-07-01T13:30:29+02:00
Commit:
https://github.com/php/web-php/commit/64de340efe5d43092a182d9366db3af2ff1ed917
Raw diff:
https://github.com/php/web-php/commit/64de340efe5d43092a182d9366db3af2ff1ed917.diff
Announce PHP 8.0.8
Changed paths:
A archive/entries/2021-07-01-2.xml
A releases/8_0_8.php
M ChangeLog-8.php
M archive/archive.xml
M include/releases.inc
M include/version.inc
Diff:
diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index 2d1bc7071..c46b3fc2f 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -8,6 +8,72 @@
?>
<a name="PHP_8_0"></a>
+<section class="version" id="8.0.8"><!-- {{{ 8.0.8 -->
+<h3>Version 8.0.8</h3>
+<b><?php release_date('01-Jul-2021'); ?></b>
+<ul><li>Core:
+<ul>
+ <li><?php bugfix(81076); ?> (incorrect debug info on Closures with implicit
binds).</li>
+ <li><?php bugfix(81068); ?> (Double free in realpath_cache_clean()).</li>
+ <li><?php bugfix(76359); ?> (open_basedir bypass through adding "..").</li>
+ <li><?php bugfix(81090); ?> (Typed property performance degradation with .=
operator).</li>
+ <li><?php bugfix(81070); ?> (Integer underflow in memory limit
comparison).</li>
+ <li><?php bugfix(81122); ?> (SSRF bypass in FILTER_VALIDATE_URL).
(CVE-2021-21705)</li>
+</ul></li>
+<li>Bzip2:
+<ul>
+ <li><?php bugfix(81092); ?> (fflush before stream_filter_remove corrupts
stream).</li>
+</ul></li>
+<li>Fileinfo:
+<ul>
+ <li><?php bugfix(80197); ?> (implicit declaration of function 'magic_stream'
is invalid).</li>
+</ul></li>
+<li>GMP:
+<ul>
+ <li><?php bugfix(81119); ?> (GMP operators throw errors with wrong parameter
names).</li>
+</ul></li>
+<li>OCI8:
+<ul>
+ <li><?php bugfix(81088); ?> (error in regression test for oci_fetch_object()
and oci_fetch_array()).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+ <li><?php bugfix(81051); ?> (Broken property type handling after
incrementing reference).</li>
+ <li><?php bugfix(80968); ?> (JIT segfault with return from required
file).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+ <li><?php bugfix(76694); ?> (native Windows cert verification uses CN as
sever name).</li>
+</ul></li>
+<li>MySQLnd:
+<ul>
+ <li><?php bugfix(80761); ?> (PDO uses too much memory).</li>
+</ul></li>
+<li>PDO_Firebird:
+<ul>
+ <li><?php bugfix(76448); ?> (Stack buffer overflow in firebird_info_cb).
(CVE-2021-21704)</li>
+ <li><?php bugfix(76449); ?> (SIGSEGV in firebird_handle_doer).
(CVE-2021-21704)</li>
+ <li><?php bugfix(76450); ?> (SIGSEGV in firebird_stmt_execute).
(CVE-2021-21704)</li>
+ <li><?php bugfix(76452); ?> (Crash while parsing blob data in
firebird_fetch_blob). (CVE-2021-21704)</li>
+</ul></li>
+<li>readline:
+<ul>
+ <li><?php bugfix(72998); ?> (invalid read in readline completion).</li>
+</ul></li>
+<li>Standard:
+<ul>
+ <li><?php bugfix(81048); ?> (phpinfo(INFO_VARIABLES) "Array to string
conversion").</li>
+ <li><?php bugfix(77627); ?> (method_exists on Closure::__invoke
inconsistency).</li>
+</ul></li>
+<li>Windows:
+<ul>
+ <li><?php bugfix(81120); ?> (PGO data for main PHP DLL are not used).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
<section class="version" id="8.0.7"><!-- {{{ 8.0.7 -->
<h3>Version 8.0.7</h3>
<b><?php release_date('03-Jun-2021'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 7809bda3b..bd92ddfee 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>[email protected]</email>
</author>
+ <xi:include href="entries/2021-07-01-2.xml"/>
<xi:include href="entries/2021-07-01-1.xml"/>
<xi:include href="entries/2021-06-24-1.xml"/>
<xi:include href="entries/2021-06-21-1.xml"/>
diff --git a/archive/entries/2021-07-01-2.xml b/archive/entries/2021-07-01-2.xml
new file mode 100644
index 000000000..7ee087e18
--- /dev/null
+++ b/archive/entries/2021-07-01-2.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 8.0.8 Released!</title>
+ <id>https://www.php.net/archive/2021.php#2021-07-01-2</id>
+ <published>2021-07-01T11:20:10+00:00</published>
+ <updated>2021-07-01T11:20:10+00:00</updated>
+ <link href="https://www.php.net/index.php#id2021-07-01-2" rel="alternate"
type="text/html"/>
+ <link href="https://www.php.net/archive/2021.php#2021-07-01-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.8. This is a bug fix
release.</p>
+
+<p>All PHP 8.0 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.0.8 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.8">ChangeLog</a>.
+</p> </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 50c1bcc51..1ade9605a 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
$OLDRELEASES = array (
8 =>
array (
+ '8.0.7' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/8_0_7.php',
+ ),
+ 'tags' =>
+ array (
+ ),
+ 'date' => '03 Jun 2021',
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-8.0.7.tar.gz',
+ 'name' => 'PHP 8.0.7 (tar.gz)',
+ 'sha256' =>
'1e7462455bec8062ef3fc7c74f1f496417cb80aa374ce11edb35015de248c3c1',
+ 'date' => '03 Jun 2021',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-8.0.7.tar.bz2',
+ 'name' => 'PHP 8.0.7 (tar.bz2)',
+ 'sha256' =>
'72b2f2c96f35748b1d6e8a71af4ead439b17129aefe611eb0baf1bd313635f79',
+ 'date' => '03 Jun 2021',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-8.0.7.tar.xz',
+ 'name' => 'PHP 8.0.7 (tar.xz)',
+ 'sha256' =>
'd5fc2e4fc780a32404d88c360e3e0009bc725d936459668e9c2ac992f2d83654',
+ 'date' => '03 Jun 2021',
+ ),
+ ),
+ 'museum' => false,
+ ),
'8.0.6' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 557843e9e..f56dc8fdc 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -20,13 +20,13 @@ $RELEASES = (function() {
/* PHP 8.0 Release */
$data['8.0'] = [
- 'version' => '8.0.7',
- 'date' => '03 Jun 2021',
+ 'version' => '8.0.8',
+ 'date' => '01 Jul 2021',
'tags' => [], // Set to ['security'] for security releases.
'sha256' => [
- 'tar.gz' =>
'1e7462455bec8062ef3fc7c74f1f496417cb80aa374ce11edb35015de248c3c1',
- 'tar.bz2' =>
'72b2f2c96f35748b1d6e8a71af4ead439b17129aefe611eb0baf1bd313635f79',
- 'tar.xz' =>
'd5fc2e4fc780a32404d88c360e3e0009bc725d936459668e9c2ac992f2d83654',
+ 'tar.gz' =>
'e6092620eb3da03644b7b4fe5dc0a16e7e9d04de383e3858124afb3a8cb3fe3c',
+ 'tar.bz2' =>
'bcb8a0127674a6f51b062ec553a6d7fb031640e3a94094ad5b9e9302d365b21a',
+ 'tar.xz' =>
'cbae837b40ad2a936dc26b7d03f0763db8961ab5b481ba232faefa104982198a',
]
];
diff --git a/releases/8_0_8.php b/releases/8_0_8.php
new file mode 100644
index 000000000..46249e2d6
--- /dev/null
+++ b/releases/8_0_8.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8.0.8.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.0.8 Release Announcement');
+?>
+<h1>PHP 8.0.8 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 8.0.8.
This is a bug fix release.</p>
+
+<p>All PHP 8.0 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.0.8 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#php-8.0">windows.php.net/download/</a>.
+The list of changes is recorded in the <a
href="https://www.php.net/ChangeLog-8.php#8.0.8">ChangeLog</a>.
+</p>
+<?php site_footer();
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php