mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Announce 8.0.7
This commit is contained in:
@@ -10,6 +10,75 @@ site_header("PHP 8 ChangeLog", array("current" => "docs", "css" => array("change
|
||||
|
||||
<a name="PHP_8_0"></a>
|
||||
|
||||
<section class="version" id="8.0.7"><!-- {{{ 8.0.7 -->
|
||||
<h3>Version 8.0.7</h3>
|
||||
<b><?php release_date('03-Jun-2021'); ?></b>
|
||||
<ul><li>Core:
|
||||
<ul>
|
||||
<li><?php bugfix(80960); ?> (opendir() warning wrong info when failed on Windows).</li>
|
||||
<li><?php bugfix(67792); ?> (HTTP Authorization schemes are treated as case-sensitive).</li>
|
||||
<li><?php bugfix(80972); ?> (Memory exhaustion on invalid string offset).</li>
|
||||
</ul></li>
|
||||
<li>FPM:
|
||||
<ul>
|
||||
<li><?php bugfix(65800); ?> (Events port mechanism).</li>
|
||||
</ul></li>
|
||||
<li>FTP:
|
||||
<ul>
|
||||
<li><?php bugfix(80901); ?> (Info leak in ftp extension).</li>
|
||||
<li><?php bugfix(79100); ?> (Wrong FTP error messages).</li>
|
||||
</ul></li>
|
||||
<li>GD:
|
||||
<ul>
|
||||
<li><?php bugfix(81032); ?> (GD install is affected by external libgd installation).</li>
|
||||
</ul></li>
|
||||
<li>Intl:
|
||||
<ul>
|
||||
<li><?php bugfix(81019); ?> (Unable to clone NumberFormatter after failed parse()).</li>
|
||||
</ul></li>
|
||||
<li>MBString:
|
||||
<ul>
|
||||
<li><?php bugfix(81011); ?> (mb_convert_encoding removes references from arrays).</li>
|
||||
</ul></li>
|
||||
<li>ODBC:
|
||||
<ul>
|
||||
<li><?php bugfix(80460); ?> (ODBC doesn't account for SQL_NO_TOTAL indicator).</li>
|
||||
</ul></li>
|
||||
<li>Opcache:
|
||||
<ul>
|
||||
<li><?php bugfix(81007); ?> (JIT "not supported" on 32-bit x86 -- build problem?).</li>
|
||||
<li><?php bugfix(81015); ?> (Opcache optimization assumes wrong part of ternary operator in if-condition).</li>
|
||||
<li><?php bugfix(81046); ?> (Literal compaction merges non-equal related literals).</li>
|
||||
</ul></li>
|
||||
<li>PDO_MySQL:
|
||||
<ul>
|
||||
<li><?php bugfix(81037); ?> (PDO discards error message text from prepared statement).</li>
|
||||
</ul></li>
|
||||
<li>PDO_ODBC:
|
||||
<ul>
|
||||
<li><?php bugfix(44643); ?> (bound parameters ignore explicit type definitions).</li>
|
||||
</ul></li>
|
||||
<li>pgsql:
|
||||
<ul>
|
||||
<li>Fixed php_pgsql_fd_cast() wrt. php_stream_can_cast().</li>
|
||||
</ul></li>
|
||||
<li>SPL:
|
||||
<ul>
|
||||
<li><?php bugfix(80933); ?> (SplFileObject::DROP_NEW_LINE is broken for NUL and CR).</li>
|
||||
</ul></li>
|
||||
<li>XMLReader:
|
||||
<ul>
|
||||
<li><?php bugfix(73246); ?> (XMLReader: encoding length not checked).</li>
|
||||
</ul></li>
|
||||
<li>Zip:
|
||||
<ul>
|
||||
<li><?php bugfix(80863); ?> (ZipArchive::extractTo() ignores references).</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<!-- }}} --></section>
|
||||
|
||||
|
||||
|
||||
<section class="version" id="8.0.6"><!-- {{{ 8.0.6 -->
|
||||
<h3>Version 8.0.6</h3>
|
||||
<b><?php release_date('06-May-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-06-03-2.xml"/>
|
||||
<xi:include href="entries/2021-06-03-1.xml"/>
|
||||
<xi:include href="entries/2021-05-31-1.xml"/>
|
||||
<xi:include href="entries/2021-05-06-2.xml"/>
|
||||
|
||||
21
archive/entries/2021-06-03-2.xml
Normal file
21
archive/entries/2021-06-03-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.7 Released!</title>
|
||||
<id>https://www.php.net/archive/2021.php#2021-06-03-2</id>
|
||||
<published>2021-06-03T22:08:39+00:00</published>
|
||||
<updated>2021-06-03T22:08:39+00:00</updated>
|
||||
<link href="https://www.php.net/index.php#id2021-06-03-2" rel="alternate" type="text/html"/>
|
||||
<link href="https://www.php.net/archive/2021.php#2021-06-03-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.7. 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.7 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.7">ChangeLog</a>.
|
||||
</p> </div>
|
||||
</content>
|
||||
</entry>
|
||||
@@ -2,6 +2,42 @@
|
||||
$OLDRELEASES = array (
|
||||
8 =>
|
||||
array (
|
||||
'8.0.6' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
array (
|
||||
'English' => '/releases/8_0_6.php',
|
||||
),
|
||||
'tags' =>
|
||||
array (
|
||||
),
|
||||
'date' => '06 May 2021',
|
||||
'source' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'filename' => 'php-8.0.6.tar.gz',
|
||||
'name' => 'PHP 8.0.6 (tar.gz)',
|
||||
'sha256' => '51a3dcea6deb8ab82ad035d15baa7f5398980f576ac1968313ef149f7cf20100',
|
||||
'date' => '06 May 2021',
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'filename' => 'php-8.0.6.tar.bz2',
|
||||
'name' => 'PHP 8.0.6 (tar.bz2)',
|
||||
'sha256' => '26a8a9dad66012039deb0bcf151c6e22ab1e4b6a91508383ff705da41289526e',
|
||||
'date' => '06 May 2021',
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
'filename' => 'php-8.0.6.tar.xz',
|
||||
'name' => 'PHP 8.0.6 (tar.xz)',
|
||||
'sha256' => 'e9871d3b6c391fe9e89f86f6334852dcc10eeaaa8d5565beb8436e7f0cf30e20',
|
||||
'date' => '06 May 2021',
|
||||
),
|
||||
),
|
||||
'museum' => false,
|
||||
),
|
||||
'8.0.5' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
|
||||
@@ -20,13 +20,13 @@ $RELEASES = (function() {
|
||||
|
||||
/* PHP 8.0 Release */
|
||||
$data['8.0'] = [
|
||||
'version' => '8.0.6',
|
||||
'date' => '06 May 2021',
|
||||
'version' => '8.0.7',
|
||||
'date' => '03 Jun 2021',
|
||||
'tags' => [], // Set to ['security'] for security releases.
|
||||
'sha256' => [
|
||||
'tar.gz' => '51a3dcea6deb8ab82ad035d15baa7f5398980f576ac1968313ef149f7cf20100',
|
||||
'tar.bz2' => '26a8a9dad66012039deb0bcf151c6e22ab1e4b6a91508383ff705da41289526e',
|
||||
'tar.xz' => 'e9871d3b6c391fe9e89f86f6334852dcc10eeaaa8d5565beb8436e7f0cf30e20',
|
||||
'tar.gz' => '1e7462455bec8062ef3fc7c74f1f496417cb80aa374ce11edb35015de248c3c1',
|
||||
'tar.bz2' => '72b2f2c96f35748b1d6e8a71af4ead439b17129aefe611eb0baf1bd313635f79',
|
||||
'tar.xz' => 'd5fc2e4fc780a32404d88c360e3e0009bc725d936459668e9c2ac992f2d83654',
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
16
releases/8_0_7.php
Normal file
16
releases/8_0_7.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
$_SERVER['BASE_PAGE'] = 'releases/8_0_7.php';
|
||||
include_once __DIR__ . '/../include/prepend.inc';
|
||||
site_header('PHP 8.0.7 Release Announcement');
|
||||
?>
|
||||
<h1>PHP 8.0.7 Release Announcement</h1>
|
||||
|
||||
<p>The PHP development team announces the immediate availability of PHP 8.0.7. 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.7 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.7">ChangeLog</a>.
|
||||
</p>
|
||||
<?php site_footer();
|
||||
Reference in New Issue
Block a user