Author: Ben Ramsey (ramsey)
Date: 2022-01-20T21:25:45-06:00
Commit:
https://github.com/php/web-php/commit/0d927c5d60da44536e5f532db33cf9fd8653c330
Raw diff:
https://github.com/php/web-php/commit/0d927c5d60da44536e5f532db33cf9fd8653c330.diff
Announce 8.1.2
Changed paths:
A archive/entries/2022-01-21-1.xml
A releases/8_1_2.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 647851b45..041ac6f28 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -8,6 +8,83 @@
?>
<a id="PHP_8_1"></a>
+<section class="version" id="8.1.2"><!-- {{{ 8.1.2 -->
+<h3>Version 8.1.2</h3>
+<b><?php release_date('20-Jan-2022'); ?></b>
+<ul><li>Core:
+<ul>
+ <li><?php bugfix(81216); ?> (Nullsafe operator leaks dynamic property
name).</li>
+ <li><?php bugfix(81684); ?> (Using null coalesce assignment with
$GLOBALS["x"] produces opcode error).</li>
+ <li><?php bugfix(81656); ?> (GCC-11 silently ignores -R).</li>
+ <li><?php bugfix(81683); ?> (Misleading "access type ... must be public"
error message on final or abstract interface methods).</li>
+ <li><?php bugfix(81585); ?> (cached_chunks are not counted to real_size on
shutdown).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src',7757); ?> (Multi-inherited
final constant causes fatal error).</li>
+ <li>Fixed zend_fibers.c build with ZEND_FIBER_UCONTEXT.</li>
+ <li>Added riscv64 support for fibers.</li>
+</ul></li>
+<li>Filter:
+<ul>
+ <li>Fixed FILTER_FLAG_NO_RES_RANGE flag.</li>
+</ul></li>
+<li>Hash:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src',7759); ?> (Incorrect return
types for hash() and hash_hmac()).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src',7826); ?> (Inconsistent
argument name in hash_hmac_file and hash_file).</li>
+</ul></li>
+<li>MBString:
+<ul>
+ <li><?php bugfix(81693); ?> (mb_check_encoding(7bit) segfaults).</li>
+</ul></li>
+<li>MySQLi:
+<ul>
+ <li><?php bugfix(81658); ?> (MYSQL_OPT_LOAD_DATA_LOCAL_DIR not available in
MariaDB).</li>
+ <li>Introduced MYSQLI_IS_MARIADB.</li>
+ <li>Fixed bug <?php githubissuel('php/php-src',7746); ?>
(mysqli_sql_exception->getSqlState()).</li>
+</ul></li>
+<li>MySQLnd:
+<ul>
+ <li>Fixed bug where large bigints may be truncated.</li>
+</ul></li>
+<li>OCI8:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src',7765); ?>
(php_oci_cleanup_global_handles segfaults at second call).</li>
+</ul></li>
+<li>OPcache:
+<ul>
+ <li><?php bugfix(81679); ?> (Tracing JIT crashes on reattaching).</li>
+</ul></li>
+<li>Readline:
+<ul>
+ <li><?php bugfix(81598); ?> (Cannot input unicode characters in PHP 8
interactive shell).</li>
+</ul></li>
+<li>Reflection:
+<ul>
+ <li><?php bugfix(81681); ?> (ReflectionEnum throwing exceptions).</li>
+</ul></li>
+<li>PDO_PGSQL:
+<ul>
+ <li>Fixed error message allocation of PDO PgSQL.</li>
+</ul></li>
+<li>Sockets:
+<ul>
+ <li>Avoid void* arithmetic in sockets/multicast.c on NetBSD.</li>
+ <li>Fixed ext/sockets build on Haiku.</li>
+</ul></li>
+<li>Spl:
+<ul>
+ <li><?php bugfix(75917); ?> (SplFileObject::seek broken with CSV flags).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src',7809); ?> (Cloning a faked
SplFileInfo object may segfault).</li>
+</ul></li>
+<li>Standard:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src',7748); ?> (gethostbyaddr
outputs binary string).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src',7815); ?> (php_uname doesn't
recognise latest Windows versions).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
<section class="version" id="8.1.1"><!-- {{{ 8.1.1 -->
<h3>Version 8.1.1</h3>
<b><?php release_date('02-Dec-2021'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 07d27ccf8..d8027ba78 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-01-21-1.xml"/>
<xi:include href="entries/2022-01-20-1.xml"/>
<xi:include href="entries/2021-12-21-1.xml"/>
<xi:include href="entries/2021-12-17-1.xml"/>
diff --git a/archive/entries/2022-01-21-1.xml b/archive/entries/2022-01-21-1.xml
new file mode 100644
index 000000000..8d416aab6
--- /dev/null
+++ b/archive/entries/2022-01-21-1.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 8.1.2 Released!</title>
+ <id>https://www.php.net/archive/2022.php#2022-01-21-1</id>
+ <published>2022-01-21T03:08:44+00:00</published>
+ <updated>2022-01-21T03:08:44+00:00</updated>
+ <link href="https://www.php.net/index.php#id2022-01-21-1" rel="alternate"
type="text/html"/>
+ <link href="https://www.php.net/archive/2022.php#2022-01-21-1" 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.2. 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.2 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.2">ChangeLog</a>.
+</p> </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 900ae4f10..e0946ccd0 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
$OLDRELEASES = array (
8 =>
array (
+ '8.1.1' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/8_1_1.php',
+ ),
+ 'tags' =>
+ array (
+ ),
+ 'date' => '16 Dec 2021',
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-8.1.1.tar.gz',
+ 'name' => 'PHP 8.1.1 (tar.gz)',
+ 'sha256' =>
'4e4cf3f843a5111f6c55cd21de8f26834ea3cd4a5be77c88357cbcec4a2d671d',
+ 'date' => '16 Dec 2021',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-8.1.1.tar.bz2',
+ 'name' => 'PHP 8.1.1 (tar.bz2)',
+ 'sha256' =>
'8f8bc9cad6cd124edc111f7db0a109745e2f638770a101b3c22a2953f7a9b40e',
+ 'date' => '16 Dec 2021',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-8.1.1.tar.xz',
+ 'name' => 'PHP 8.1.1 (tar.xz)',
+ 'sha256' =>
'33c09d76d0a8bbb5dd930d9dd32e6bfd44e9efcf867563759eb5492c3aff8856',
+ 'date' => '16 Dec 2021',
+ ),
+ ),
+ 'museum' => false,
+ ),
'8.0.14' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 2da2c07c6..2c5068a12 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.1',
- 'date' => '16 Dec 2021',
+ 'version' => '8.1.2',
+ 'date' => '20 Jan 2021',
'tags' => [], // Set to ['security'] for security releases.
'sha256' => [
- 'tar.gz' =>
'4e4cf3f843a5111f6c55cd21de8f26834ea3cd4a5be77c88357cbcec4a2d671d',
- 'tar.bz2' =>
'8f8bc9cad6cd124edc111f7db0a109745e2f638770a101b3c22a2953f7a9b40e',
- 'tar.xz' =>
'33c09d76d0a8bbb5dd930d9dd32e6bfd44e9efcf867563759eb5492c3aff8856',
+ 'tar.gz' =>
'9992409c0543e0c8e89914f7307e1485a08c057091146e4731565b59065f8bde',
+ 'tar.bz2' =>
'913dc7dd4388427fa33ea4ac89834e856ff5394f4218eace260a3a279f5b53a9',
+ 'tar.xz' =>
'6b448242fd360c1a9f265b7263abf3da25d28f2b2b0f5465533b69be51a391dd',
]
];
diff --git a/releases/8_1_2.php b/releases/8_1_2.php
new file mode 100644
index 000000000..3bf0bd29e
--- /dev/null
+++ b/releases/8_1_2.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_1_2.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.1.2 Release Announcement');
+?>
+<h1>PHP 8.1.2 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 8.1.2.
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.2 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.2">ChangeLog</a>.
+</p>
+<?php site_footer();
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php