Skip to content

Commit f10e308

Browse files
committed
Announce PHP 8.1.12
1 parent 343568c commit f10e308

File tree

6 files changed

+120
-5
lines changed

6 files changed

+120
-5
lines changed

ChangeLog-8.php

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,46 @@
88
?>
99
<a id="PHP_8_1"></a>
1010

11+
<section class="version" id="8.1.12"><!-- {{{ 8.1.12 -->
12+
<h3>Version 8.1.12</h3>
13+
<b><?php release_date('27-Oct-2022'); ?></b>
14+
<ul><li>Core:
15+
<ul>
16+
<li>Fixes segfault with Fiber on FreeBSD i386 architecture.</li>
17+
</ul></li>
18+
<li>Fileinfo:
19+
<ul>
20+
<li>Fixed bug <?php githubissuel('php/php-src', 8805); ?> (finfo returns wrong mime type for woff/woff2 files).</li>
21+
</ul></li>
22+
<li>GD:
23+
<ul>
24+
<li><?php bugfix(81739); ?>: OOB read due to insufficient input validation in imageloadfont(). (CVE-2022-31630)</li>
25+
</ul></li>
26+
<li>Hash:
27+
<ul>
28+
<li><?php bugfix(81738); ?>: buffer overflow in hash_update() on long parameter. (CVE-2022-37454)</li>
29+
</ul></li>
30+
<li>MBString:
31+
<ul>
32+
<li>Fixed bug <?php githubissuel('php/php-src', 9683); ?> (Problem when ISO-2022-JP-MS is specified in mb_ encode_mimeheader).</li>
33+
</ul></li>
34+
<li>Opcache:
35+
<ul>
36+
<li>Added indirect call reduction for jit on x86 architectures.</li>
37+
</ul></li>
38+
<li>Session:
39+
<ul>
40+
<li>Fixed bug <?php githubissuel('php/php-src', 9583); ?> (session_create_id() fails with user defined save handler that doesn't have a validateId() method).</li>
41+
</ul></li>
42+
<li>Streams:
43+
<ul>
44+
<li>Fixed bug <?php githubissuel('php/php-src', 9590); ?> (stream_select does not abort upon exception or empty valid fd set).</li>
45+
</ul></li>
46+
</ul>
47+
<!-- }}} --></section>
48+
49+
50+
1151
<section class="version" id="8.1.11"><!-- {{{ 8.1.11 -->
1252
<h3>Version 8.1.11</h3>
1353
<b><?php release_date('29-Sep-2022'); ?></b>

archive/archive.xml

Lines changed: 1 addition & 0 deletions
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-10-28-2.xml"/>
1213
<xi:include href="entries/2022-10-28-1.xml"/>
1314
<xi:include href="entries/2022-10-27-1.xml"/>
1415
<xi:include href="entries/2022-10-19-2.xml"/>

archive/entries/2022-10-28-2.xml

Lines changed: 21 additions & 0 deletions
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.12 Released!</title>
4+
<id>https://www.php.net/archive/2022.php#2022-10-28-2</id>
5+
<published>2022-10-28T14:20:26+00:00</published>
6+
<updated>2022-10-28T14:20:26+00:00</updated>
7+
<link href="https://www.php.net/index.php#2022-10-28-2" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2022.php#2022-10-28-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.12. This is a security 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.12 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.12">ChangeLog</a>.
19+
</p> </div>
20+
</content>
21+
</entry>

include/releases.inc

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22
$OLDRELEASES = array (
33
8 =>
44
array (
5+
'8.1.11' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_1_11.php',
10+
),
11+
'tags' =>
12+
array (
13+
0 => 'security',
14+
),
15+
'date' => '29 Sep 2022',
16+
'source' =>
17+
array (
18+
0 =>
19+
array (
20+
'filename' => 'php-8.1.11.tar.gz',
21+
'name' => 'PHP 8.1.11 (tar.gz)',
22+
'sha256' => '3660e8408321149f5d382bb8eeb9ea7b12ea8dd7ea66069da33f6f7383750ab2',
23+
'date' => '29 Sep 2022',
24+
),
25+
1 =>
26+
array (
27+
'filename' => 'php-8.1.11.tar.bz2',
28+
'name' => 'PHP 8.1.11 (tar.bz2)',
29+
'sha256' => 'af6250b18b4403b6eeff9b4a02786ac86a12a208141f6f65478f79256f47f246',
30+
'date' => '29 Sep 2022',
31+
),
32+
2 =>
33+
array (
34+
'filename' => 'php-8.1.11.tar.xz',
35+
'name' => 'PHP 8.1.11 (tar.xz)',
36+
'sha256' => '3005198d7303f87ab31bc30695de76e8ad62783f806b6ab9744da59fe41cc5bd',
37+
'date' => '29 Sep 2022',
38+
),
39+
),
40+
'museum' => false,
41+
),
542
'8.0.24' =>
643
array (
744
'announcement' =>

include/version.inc

Lines changed: 5 additions & 5 deletions
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.11',
24-
'date' => '29 Sep 2022',
23+
'version' => '8.1.12',
24+
'date' => '27 Oct 2022',
2525
'tags' => ['security'], // Set to ['security'] for security releases.
2626
'sha256' => [
27-
'tar.gz' => '3660e8408321149f5d382bb8eeb9ea7b12ea8dd7ea66069da33f6f7383750ab2',
28-
'tar.bz2' => 'af6250b18b4403b6eeff9b4a02786ac86a12a208141f6f65478f79256f47f246',
29-
'tar.xz' => '3005198d7303f87ab31bc30695de76e8ad62783f806b6ab9744da59fe41cc5bd',
27+
'tar.gz' => 'e0e7c823c9f9aa4c021f5e34ae1a7acafc2a9f3056ca60eb70a8af8f33da3fdf',
28+
'tar.bz2' => 'f87d73e917facf78de7bcde53fc2faa4d4dbe0487a9406e1ab68c8ae8f33eb03',
29+
'tar.xz' => '08243359e2204d842082269eedc15f08d2eca726d0e65b93fb11f4bfc51bbbab',
3030
]
3131
];
3232

releases/8_1_12.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
$_SERVER['BASE_PAGE'] = 'releases/8_1_12.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.1.12 Release Announcement');
5+
?>
6+
<h1>PHP 8.1.12 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.1.12. This is a security 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.12 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.12">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)