mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Announce 8.0.3
This commit is contained in:
@@ -10,6 +10,65 @@ site_header("PHP 8 ChangeLog", array("current" => "docs", "css" => array("change
|
||||
|
||||
<a name="PHP_8_0"></a>
|
||||
|
||||
<section class="version" id="8.0.3"><!-- {{{ 8.0.3 -->
|
||||
<h3>Version 8.0.3</h3>
|
||||
<b><?php release_date('04-Mar-2021'); ?></b>
|
||||
<ul><li>Core:
|
||||
<ul>
|
||||
<li>Fixed #80706 (mail(): Headers after Bcc headers may be ignored).</li>
|
||||
</ul></li>
|
||||
<li>DOM:
|
||||
<ul>
|
||||
<li><?php bugfix(80600); ?> (DOMChildNode::remove() doesn't work on CharacterData nodes).</li>
|
||||
</ul></li>
|
||||
<li>Gettext:
|
||||
<ul>
|
||||
<li><?php bugfix(53251); ?> (bindtextdomain with null dir doesn't return old value).</li>
|
||||
</ul></li>
|
||||
<li>MySQLnd:
|
||||
<ul>
|
||||
<li><?php bugfix(78680); ?> (mysqlnd's mysql_clear_password does not transmit null-terminated password).</li>
|
||||
<li><?php bugfix(80713); ?> (SegFault when disabling ATTR_EMULATE_PREPARES and MySQL 8.0).</li>
|
||||
</ul></li>
|
||||
<li>MySQLi:
|
||||
<ul>
|
||||
<li><?php bugfix(74779); ?> (x() and y() truncating floats to integers).</li>
|
||||
</ul></li>
|
||||
<li>Opcache:
|
||||
<ul>
|
||||
<li><?php bugfix(80634); ?> (write_property handler of internal classes is skipped on preloaded JITted code).</li>
|
||||
<li><?php bugfix(80682); ?> (opcache doesn't honour pcre.jit option).</li>
|
||||
<li><?php bugfix(80742); ?> (Opcache JIT makes some boolean logic unexpectedly be true).</li>
|
||||
<li><?php bugfix(80745); ?> (JIT produces Assert failure and UNKNOWN:0 var_dumps in code involving bitshifts).</li>
|
||||
</ul></li>
|
||||
<li>OpenSSL:
|
||||
<ul>
|
||||
<li><?php bugfix(80747); ?> (Providing RSA key size < 512 generates key that crash PHP).</li>
|
||||
</ul></li>
|
||||
<li>Phar:
|
||||
<ul>
|
||||
<li><?php bugfix(75850); ?> (Unclear error message wrt. __halt_compiler() w/o semicolon) (cmb)</li>
|
||||
<li><?php bugfix(70091); ?> (Phar does not mark UTF-8 filenames in ZIP archives).</li>
|
||||
<li><?php bugfix(53467); ?> (Phar cannot compress large archives).</li>
|
||||
</ul></li>
|
||||
<li>Socket:
|
||||
<ul>
|
||||
<li><?php bugfix(80723); ?> (Different sockets compare as equal (regression in 8.0)).</li>
|
||||
</ul></li>
|
||||
<li>SPL:
|
||||
<ul>
|
||||
<li>Fixed bug#80719 (Iterating after failed ArrayObject::setIteratorClass() causes Segmentation fault).</li>
|
||||
</ul></li>
|
||||
<li>Standard:
|
||||
<ul>
|
||||
<li><?php bugfix(80654); ?> (file_get_contents() maxlen fails above (2**31)-1 bytes).</li>
|
||||
<li><?php bugfix(80718); ?> (ext/standard/dl.c fallback code path with syntax error).</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<!-- }}} --></section>
|
||||
|
||||
|
||||
|
||||
<section class="version" id="8.0.2"><!-- {{{ 8.0.2 -->
|
||||
<h3>Version 8.0.2</h3>
|
||||
<b><?php release_date('04-Feb-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-03-04-2.xml"/>
|
||||
<xi:include href="entries/2021-03-04-1.xml"/>
|
||||
<xi:include href="entries/2021-03-01-1.xml"/>
|
||||
<xi:include href="entries/2021-02-26-1.xml"/>
|
||||
|
||||
21
archive/entries/2021-03-04-2.xml
Normal file
21
archive/entries/2021-03-04-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.3 Released!</title>
|
||||
<id>https://www.php.net/archive/2021.php#2021-03-04-2</id>
|
||||
<published>2021-03-04T19:12:13+00:00</published>
|
||||
<updated>2021-03-04T19:12:13+00:00</updated>
|
||||
<link href="https://www.php.net/index.php#id2021-03-04-2" rel="alternate" type="text/html"/>
|
||||
<link href="https://www.php.net/archive/2021.php#2021-03-04-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.3. 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.3 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.3">ChangeLog</a>.
|
||||
</p> </div>
|
||||
</content>
|
||||
</entry>
|
||||
@@ -2,6 +2,42 @@
|
||||
$OLDRELEASES = array (
|
||||
8 =>
|
||||
array (
|
||||
'8.0.2' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
array (
|
||||
'English' => '/releases/8_0_2.php',
|
||||
),
|
||||
'tags' =>
|
||||
array (
|
||||
),
|
||||
'date' => '04 Feb 2021',
|
||||
'source' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'filename' => 'php-8.0.2.tar.gz',
|
||||
'name' => 'PHP 8.0.2 (tar.gz)',
|
||||
'sha256' => 'cc17a32f76beb5f405da39a548218b3b6736710884fcd761838098553df149da',
|
||||
'date' => '04 Feb 2021',
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'filename' => 'php-8.0.2.tar.bz2',
|
||||
'name' => 'PHP 8.0.2 (tar.bz2)',
|
||||
'sha256' => '000fa89e3eae317c0b17ee048229cd68a38a3b0fef72c558681fd004057ba3e6',
|
||||
'date' => '04 Feb 2021',
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
'filename' => 'php-8.0.2.tar.xz',
|
||||
'name' => 'PHP 8.0.2 (tar.xz)',
|
||||
'sha256' => '84dd6e36f48c3a71ff5dceba375c1f6b34b71d4fa9e06b720780127176468ccc',
|
||||
'date' => '04 Feb 2021',
|
||||
),
|
||||
),
|
||||
'museum' => false,
|
||||
),
|
||||
'8.0.1' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
|
||||
@@ -20,13 +20,13 @@ $RELEASES = (function() {
|
||||
|
||||
/* PHP 8.0 Release */
|
||||
$data['8.0'] = [
|
||||
'version' => '8.0.2',
|
||||
'date' => '04 Feb 2021',
|
||||
'version' => '8.0.3',
|
||||
'date' => '04 Mar 2021',
|
||||
'tags' => [], // Set to ['security'] for security releases.
|
||||
'sha256' => [
|
||||
'tar.gz' => 'cc17a32f76beb5f405da39a548218b3b6736710884fcd761838098553df149da',
|
||||
'tar.bz2' => '000fa89e3eae317c0b17ee048229cd68a38a3b0fef72c558681fd004057ba3e6',
|
||||
'tar.xz' => '84dd6e36f48c3a71ff5dceba375c1f6b34b71d4fa9e06b720780127176468ccc',
|
||||
'tar.gz' => 'e7ecfee901e0843377b64b2d8124132eae75bdb71a2675ba7c5c038d6592383d',
|
||||
'tar.bz2' => '95f8621d9e34f822d2583564c358598dff7346241f839bfa319bbf65bf2eb012',
|
||||
'tar.xz' => 'c9816aa9745a9695672951eaff3a35ca5eddcb9cacf87a4f04b9fb1169010251',
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
16
releases/8_0_3.php
Normal file
16
releases/8_0_3.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
$_SERVER['BASE_PAGE'] = 'releases/8.0.3.php';
|
||||
include_once __DIR__ . '/../include/prepend.inc';
|
||||
site_header('PHP 8.0.3 Release Announcement');
|
||||
?>
|
||||
<h1>PHP 8.0.3 Release Announcement</h1>
|
||||
|
||||
<p>The PHP development team announces the immediate availability of PHP 8.0.3. 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.3 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.3">ChangeLog</a>.
|
||||
</p>
|
||||
<?php site_footer();
|
||||
Reference in New Issue
Block a user