Skip to content

Commit 9f796a9

Browse files
committed
Announce PHP 8.1.6
1 parent cc82bc6 commit 9f796a9

File tree

6 files changed

+144
-5
lines changed

6 files changed

+144
-5
lines changed

ChangeLog-8.php

+65
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,71 @@
88
?>
99
<a id="PHP_8_1"></a>
1010

11+
<section class="version" id="8.1.6"><!-- {{{ 8.1.6 -->
12+
<h3>Version 8.1.6</h3>
13+
<b><?php release_date('12-May-2022'); ?></b>
14+
<ul><li>Core:
15+
<ul>
16+
<li>Fixed bug <?php githubissuel('php/php-src',8310); ?> (Registry settings are no longer recognized).</li>
17+
<li>Fixed potential race condition during resource ID allocation.</li>
18+
<li>Fixed bug <?php githubissuel('php/php-src',8133); ?> (Preloading of constants containing arrays with enums segfaults).</li>
19+
<li>Fixed Haiku ZTS builds.</li>
20+
</ul></li>
21+
<li>Date:
22+
<ul>
23+
<li>Fixed bug <?php githubissuel('php/php-src',7752); ?> (DateTimeZone::getTransitions() returns insufficient data).</li>
24+
<li>Fixed bug <?php githubissuel('php/php-src',8108); ?> (Timezone doesn't work as intended).</li>
25+
<li><?php bugfix(81660); ?> (DateTimeZone::getTransitions() returns invalid data).</li>
26+
<li>Fixed bug <?php githubissuel('php/php-src',8289); ?> (Exceptions thrown within a yielded from iterator are not rethrown into the generator).</li>
27+
</ul></li>
28+
<li>FFI:
29+
<ul>
30+
<li>Fixed bug <?php githubissuel('php/php-src',8433); ?> (Assigning function pointers to structs in FFI leaks).</li>
31+
</ul></li>
32+
<li>FPM:
33+
<ul>
34+
<li><?php bugfix(76003); ?> (FPM /status reports wrong number of active processe).</li>
35+
<li><?php bugfix(77023); ?> (FPM cannot shutdown processes).</li>
36+
<li>Fixed comment in kqueue remove callback log message.</li>
37+
</ul></li>
38+
<li>Hash:
39+
<ul>
40+
<li><?php bugfix(81714); ?> (segfault when serializing finalized HashContext).</li>
41+
</ul></li>
42+
<li>Iconv:
43+
<ul>
44+
<li>Fixed bug <?php githubissuel('php/php-src',8218); ?> (ob_end_clean does not reset Content-Encoding header).</li>
45+
</ul></li>
46+
<li>Intl:
47+
<ul>
48+
<li>Fixed bug <?php githubissuel('php/php-src',8364); ?> (msgfmt_format $values may not support references).</li>
49+
</ul></li>
50+
<li>MBString:
51+
<ul>
52+
<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>
53+
</ul></li>
54+
<li>MySQLi:
55+
<ul>
56+
<li>Fixed bug <?php githubissuel('php/php-src',8267); ?> (MySQLi uses unsupported format specifier on Windows).</li>
57+
</ul></li>
58+
<li>SPL:
59+
<ul>
60+
<li>Fixed bug <?php githubissuel('php/php-src',8366); ?> (ArrayIterator may leak when calling __construct()).</li>
61+
<li>Fixed bug <?php githubissuel('php/php-src',8273); ?> (SplFileObject: key() returns wrong value).</li>
62+
</ul></li>
63+
<li>Streams:
64+
<ul>
65+
<li>Fixed php://temp does not preserve file-position when switched to temporary file.</li>
66+
</ul></li>
67+
<li>zlib:
68+
<ul>
69+
<li>Fixed bug <?php githubissuel('php/php-src',8218); ?> (ob_end_clean does not reset Content-Encoding header).</li>
70+
</ul></li>
71+
</ul>
72+
<!-- }}} --></section>
73+
74+
75+
1176
<section class="version" id="8.1.5"><!-- {{{ 8.1.5 -->
1277
<h3>Version 8.1.5</h3>
1378
<b><?php release_date('14-Apr-2022'); ?></b>

archive/archive.xml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<uri>http://php.net/contact</uri>
1010
<email>[email protected]</email>
1111
</author>
12+
<xi:include href="entries/2022-05-12-2.xml"/>
1213
<xi:include href="entries/2022-05-12-1.xml"/>
1314
<xi:include href="entries/2022-05-05-1.xml"/>
1415
<xi:include href="entries/2022-04-25-1.xml"/>

archive/entries/2022-05-12-2.xml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 8.1.6 Released!</title>
4+
<id>https://www.php.net/archive/2022.php#2022-05-12-2</id>
5+
<published>2022-05-12T21:48:12+00:00</published>
6+
<updated>2022-05-12T21:48:12+00:00</updated>
7+
<link href="https://www.php.net/index.php#id2022-05-12-2" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2022.php#2022-05-12-2" rel="via" type="text/html"/>
9+
<category term="releases" label="New PHP release"/>
10+
<category term="frontpage" label="PHP.net frontpage news"/>
11+
<content type="xhtml">
12+
<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>
13+
14+
<p>All PHP 8.1 users are encouraged to upgrade to this version.</p>
15+
16+
<p>For source downloads of PHP 8.1.6 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
17+
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
18+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.1.6">ChangeLog</a>.
19+
</p> </div>
20+
</content>
21+
</entry>

include/releases.inc

+36
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22
$OLDRELEASES = array (
33
8 =>
44
array (
5+
'8.1.5' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_1_5.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '14 Apr 2022',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.1.5.tar.gz',
20+
'name' => 'PHP 8.1.5 (tar.gz)',
21+
'sha256' => '44d637627746082395d5d3d3d6ae7d71e780b82a8d55a0228887158c4316bf11',
22+
'date' => '14 Apr 2022',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.1.5.tar.bz2',
27+
'name' => 'PHP 8.1.5 (tar.bz2)',
28+
'sha256' => '827de56771c3ab8313a069812f15f6ec49989d510aebd0dce180839c6d8d6ff3',
29+
'date' => '14 Apr 2022',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.1.5.tar.xz',
34+
'name' => 'PHP 8.1.5 (tar.xz)',
35+
'sha256' => '7647734b4dcecd56b7e4bd0bc55e54322fa3518299abcdc68eb557a7464a2e8a',
36+
'date' => '14 Apr 2022',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.0.18' =>
642
array (
743
'announcement' =>

include/version.inc

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ $RELEASES = (function() {
2020

2121
/* PHP 8.1 Release */
2222
$data['8.1'] = [
23-
'version' => '8.1.5',
24-
'date' => '14 Apr 2022',
23+
'version' => '8.1.6',
24+
'date' => '12 May 2022',
2525
'tags' => [], // Set to ['security'] for security releases.
2626
'sha256' => [
27-
'tar.gz' => '44d637627746082395d5d3d3d6ae7d71e780b82a8d55a0228887158c4316bf11',
28-
'tar.bz2' => '827de56771c3ab8313a069812f15f6ec49989d510aebd0dce180839c6d8d6ff3',
29-
'tar.xz' => '7647734b4dcecd56b7e4bd0bc55e54322fa3518299abcdc68eb557a7464a2e8a',
27+
'tar.gz' => 'e847745fd66fc8c57fac993a609fefcded93fddccd225f0620a26bb5ae5753c3',
28+
'tar.bz2' => '7b353304b7407554f70d3e101a226a1fc22decae5c4c42ed270c4e389bfa1b66',
29+
'tar.xz' => 'da38d65bb0d5dd56f711cd478204f2b62a74a2c2b0d2d523a78d6eb865b2364c',
3030
]
3131
];
3232

releases/8_1_6.php

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
$_SERVER['BASE_PAGE'] = 'releases/8_1_6.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.1.6 Release Announcement');
5+
?>
6+
<h1>PHP 8.1.6 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.1.6. This is a bug fix release.</p>
9+
10+
<p>All PHP 8.1 users are encouraged to upgrade to this version.</p>
11+
12+
<p>For source downloads of PHP 8.1.6 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
13+
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
14+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.1.6">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)