Author: Ben Ramsey (ramsey)
Date: 2022-05-12T16:56:58-05:00
Commit:
https://github.com/php/web-php/commit/9f796a96c65f07e45845ec248933bfb0010b94a9
Raw diff:
https://github.com/php/web-php/commit/9f796a96c65f07e45845ec248933bfb0010b94a9.diff
Announce PHP 8.1.6
Changed paths:
A archive/entries/2022-05-12-2.xml
A releases/8_1_6.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 5a2a0680c..11c01ca94 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -8,6 +8,71 @@
?>
<a id="PHP_8_1"></a>
+<section class="version" id="8.1.6"><!-- {{{ 8.1.6 -->
+<h3>Version 8.1.6</h3>
+<b><?php release_date('12-May-2022'); ?></b>
+<ul><li>Core:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src',8310); ?> (Registry settings
are no longer recognized).</li>
+ <li>Fixed potential race condition during resource ID allocation.</li>
+ <li>Fixed bug <?php githubissuel('php/php-src',8133); ?> (Preloading of
constants containing arrays with enums segfaults).</li>
+ <li>Fixed Haiku ZTS builds.</li>
+</ul></li>
+<li>Date:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src',7752); ?>
(DateTimeZone::getTransitions() returns insufficient data).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src',8108); ?> (Timezone doesn't
work as intended).</li>
+ <li><?php bugfix(81660); ?> (DateTimeZone::getTransitions() returns invalid
data).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src',8289); ?> (Exceptions thrown
within a yielded from iterator are not rethrown into the generator).</li>
+</ul></li>
+<li>FFI:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src',8433); ?> (Assigning function
pointers to structs in FFI leaks).</li>
+</ul></li>
+<li>FPM:
+<ul>
+ <li><?php bugfix(76003); ?> (FPM /status reports wrong number of active
processe).</li>
+ <li><?php bugfix(77023); ?> (FPM cannot shutdown processes).</li>
+ <li>Fixed comment in kqueue remove callback log message.</li>
+</ul></li>
+<li>Hash:
+<ul>
+ <li><?php bugfix(81714); ?> (segfault when serializing finalized
HashContext).</li>
+</ul></li>
+<li>Iconv:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src',8218); ?> (ob_end_clean does
not reset Content-Encoding header).</li>
+</ul></li>
+<li>Intl:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src',8364); ?> (msgfmt_format
$values may not support references).</li>
+</ul></li>
+<li>MBString:
+<ul>
+ <li>Number of error markers emitted for invalid UTF-8 text matches WHATWG
specification. This is a return to the behavior of PHP 8.0 and earlier.</li>
+</ul></li>
+<li>MySQLi:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src',8267); ?> (MySQLi uses
unsupported format specifier on Windows).</li>
+</ul></li>
+<li>SPL:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src',8366); ?> (ArrayIterator may
leak when calling __construct()).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src',8273); ?> (SplFileObject:
key() returns wrong value).</li>
+</ul></li>
+<li>Streams:
+<ul>
+ <li>Fixed php://temp does not preserve file-position when switched to
temporary file.</li>
+</ul></li>
+<li>zlib:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src',8218); ?> (ob_end_clean does
not reset Content-Encoding header).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
<section class="version" id="8.1.5"><!-- {{{ 8.1.5 -->
<h3>Version 8.1.5</h3>
<b><?php release_date('14-Apr-2022'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index fd439523d..495c70e24 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/2022-05-12-2.xml"/>
<xi:include href="entries/2022-05-12-1.xml"/>
<xi:include href="entries/2022-05-05-1.xml"/>
<xi:include href="entries/2022-04-25-1.xml"/>
diff --git a/archive/entries/2022-05-12-2.xml b/archive/entries/2022-05-12-2.xml
new file mode 100644
index 000000000..6bf43c86d
--- /dev/null
+++ b/archive/entries/2022-05-12-2.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 8.1.6 Released!</title>
+ <id>https://www.php.net/archive/2022.php#2022-05-12-2</id>
+ <published>2022-05-12T21:48:12+00:00</published>
+ <updated>2022-05-12T21:48:12+00:00</updated>
+ <link href="https://www.php.net/index.php#id2022-05-12-2" rel="alternate"
type="text/html"/>
+ <link href="https://www.php.net/archive/2022.php#2022-05-12-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.1.6. This is a bug fix
release.</p>
+
+<p>All PHP 8.1 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.1.6 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.1.6">ChangeLog</a>.
+</p> </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index f569d9e8f..6f1542c09 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
$OLDRELEASES = array (
8 =>
array (
+ '8.1.5' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/8_1_5.php',
+ ),
+ 'tags' =>
+ array (
+ ),
+ 'date' => '14 Apr 2022',
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-8.1.5.tar.gz',
+ 'name' => 'PHP 8.1.5 (tar.gz)',
+ 'sha256' =>
'44d637627746082395d5d3d3d6ae7d71e780b82a8d55a0228887158c4316bf11',
+ 'date' => '14 Apr 2022',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-8.1.5.tar.bz2',
+ 'name' => 'PHP 8.1.5 (tar.bz2)',
+ 'sha256' =>
'827de56771c3ab8313a069812f15f6ec49989d510aebd0dce180839c6d8d6ff3',
+ 'date' => '14 Apr 2022',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-8.1.5.tar.xz',
+ 'name' => 'PHP 8.1.5 (tar.xz)',
+ 'sha256' =>
'7647734b4dcecd56b7e4bd0bc55e54322fa3518299abcdc68eb557a7464a2e8a',
+ 'date' => '14 Apr 2022',
+ ),
+ ),
+ 'museum' => false,
+ ),
'8.0.18' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 05891effa..026363c64 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -20,13 +20,13 @@ $RELEASES = (function() {
/* PHP 8.1 Release */
$data['8.1'] = [
- 'version' => '8.1.5',
- 'date' => '14 Apr 2022',
+ 'version' => '8.1.6',
+ 'date' => '12 May 2022',
'tags' => [], // Set to ['security'] for security releases.
'sha256' => [
- 'tar.gz' =>
'44d637627746082395d5d3d3d6ae7d71e780b82a8d55a0228887158c4316bf11',
- 'tar.bz2' =>
'827de56771c3ab8313a069812f15f6ec49989d510aebd0dce180839c6d8d6ff3',
- 'tar.xz' =>
'7647734b4dcecd56b7e4bd0bc55e54322fa3518299abcdc68eb557a7464a2e8a',
+ 'tar.gz' =>
'e847745fd66fc8c57fac993a609fefcded93fddccd225f0620a26bb5ae5753c3',
+ 'tar.bz2' =>
'7b353304b7407554f70d3e101a226a1fc22decae5c4c42ed270c4e389bfa1b66',
+ 'tar.xz' =>
'da38d65bb0d5dd56f711cd478204f2b62a74a2c2b0d2d523a78d6eb865b2364c',
]
];
diff --git a/releases/8_1_6.php b/releases/8_1_6.php
new file mode 100644
index 000000000..9ce817d5c
--- /dev/null
+++ b/releases/8_1_6.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_1_6.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.1.6 Release Announcement');
+?>
+<h1>PHP 8.1.6 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 8.1.6.
This is a bug fix release.</p>
+
+<p>All PHP 8.1 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.1.6 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.1.6">ChangeLog</a>.
+</p>
+<?php site_footer();
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php