Skip to content

Commit cefb40f

Browse files
Announce PHP 8.1.9
1 parent 741587d commit cefb40f

File tree

6 files changed

+131
-6
lines changed

6 files changed

+131
-6
lines changed

ChangeLog-8.php

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

11+
<section class="version" id="8.1.9"><!-- {{{ 8.1.9 -->
12+
<h3>Version 8.1.9</h3>
13+
<b><?php release_date('04-Aug-2022'); ?></b>
14+
<ul><li>CLI:
15+
<ul>
16+
<li>Fixed potential overflow for the builtin server via the PHP_CLI_SERVER_WORKERS environment variable.</li>
17+
<li>Fixed <?php githubissuel('php/php-src', 8952); ?> (Intentionally closing std handles no longer possible).</li>
18+
</ul></li>
19+
<li>Core:
20+
<ul>
21+
<li>Fixed bug <?php githubissuel('php/php-src', 8923); ?> (error_log on Windows can hold the file write lock).</li>
22+
<li>Fixed bug <?php githubissuel('php/php-src', 8995); ?> (WeakMap object reference offset causing TypeError).</li>
23+
</ul></li>
24+
<li>Date:
25+
<ul>
26+
<li><?php bugfix(80047); ?> (DatePeriod doesn't warn with custom DateTimeImmutable).</li>
27+
</ul></li>
28+
<li>FPM:
29+
<ul>
30+
<li>Fixed zlog message prepend, free on incorrect address.</li>
31+
<li>Fixed possible double free on configuration loading failure. (Heiko Weber).</li>
32+
</ul></li>
33+
<li>GD:
34+
<ul>
35+
<li>Fixed bug <?php githubissuel('php/php-src', 8848); ?> (imagecopyresized() error refers to the wrong argument).</li>
36+
</ul></li>
37+
<li>Intl:
38+
<ul>
39+
<li>Fixed build for ICU 69.x and onwards.</li>
40+
</ul></li>
41+
<li>OPcache:
42+
<ul>
43+
<li>Fixed bug <?php githubissuel('php/php-src', 8847); ?> (PHP hanging infinitly at 100% cpu when check php syntaxe of a valid file).</li>
44+
<li>Fixed bug <?php githubissuel('php/php-src', 8030); ?> (Segfault with JIT and large match/switch statements).</li>
45+
</ul></li>
46+
<li>Reflection:
47+
<ul>
48+
<li>Fixed bug <?php githubissuel('php/php-src', 8943); ?> (Fixed Reflection::getModifiersNames() with readonly modifier).</li>
49+
</ul></li>
50+
<li>Standard:
51+
<ul>
52+
<li>Fixed the crypt_sha256/512 api build with clang &gt; 12.</li>
53+
<li>Uses CCRandomGenerateBytes instead of arc4random_buf on macOs. (David Carlier).</li>
54+
<li>Fixed bug <?php githubissuel('php/php-src', 9017); ?> (php_stream_sock_open_from_socket could return NULL).</li>
55+
</ul></li>
56+
</ul>
57+
<!-- }}} --></section>
58+
59+
60+
1161
<section class="version" id="8.1.8"><!-- {{{ 8.1.8 -->
1262
<h3>Version 8.1.8</h3>
1363
<b><?php release_date('07-Jul-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-08-04-3.xml"/>
1213
<xi:include href="entries/2022-08-04-2.xml"/>
1314
<xi:include href="entries/2022-08-04-1.xml"/>
1415
<xi:include href="entries/2022-07-21-1.xml"/>

archive/entries/2022-08-04-3.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.9 Released!</title>
4+
<id>https://www.php.net/archive/2022.php#2022-08-04-3</id>
5+
<published>2022-08-04T14:33:51+02:00</published>
6+
<updated>2022-08-04T14:33:51+02:00</updated>
7+
<link href="https://www.php.net/index.php#2022-08-04-3" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2022.php#2022-08-04-3" 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.9. 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.9 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.9">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.8' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_1_8.php',
10+
),
11+
'tags' =>
12+
array (
13+
0 => 'security',
14+
),
15+
'date' => '07 Jul 2022',
16+
'source' =>
17+
array (
18+
0 =>
19+
array (
20+
'filename' => 'php-8.1.8.tar.gz',
21+
'name' => 'PHP 8.1.8 (tar.gz)',
22+
'sha256' => '889d910558d2492f7f2236921b9bcde620674c8b684ec02d126060f8ca45dc8d',
23+
'date' => '07 Jul 2022',
24+
),
25+
1 =>
26+
array (
27+
'filename' => 'php-8.1.8.tar.bz2',
28+
'name' => 'PHP 8.1.8 (tar.bz2)',
29+
'sha256' => 'b8815a5a02431453d4261e3598bd1f28516e4c0354f328c12890f257870e4c01',
30+
'date' => '07 Jul 2022',
31+
),
32+
2 =>
33+
array (
34+
'filename' => 'php-8.1.8.tar.xz',
35+
'name' => 'PHP 8.1.8 (tar.xz)',
36+
'sha256' => '04c065515bc347bc68e0bb1ac7182669a98a731e4a17727e5731650ad3d8de4c',
37+
'date' => '07 Jul 2022',
38+
),
39+
),
40+
'museum' => false,
41+
),
542
'8.0.21' =>
643
array (
744
'announcement' =>

include/version.inc

Lines changed: 6 additions & 6 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.8',
24-
'date' => '07 Jul 2022',
25-
'tags' => ['security'], // Set to ['security'] for security releases.
23+
'version' => '8.1.9',
24+
'date' => '04 Aug 2022',
25+
'tags' => [], // Set to ['security'] for security releases.
2626
'sha256' => [
27-
'tar.gz' => '889d910558d2492f7f2236921b9bcde620674c8b684ec02d126060f8ca45dc8d',
28-
'tar.bz2' => 'b8815a5a02431453d4261e3598bd1f28516e4c0354f328c12890f257870e4c01',
29-
'tar.xz' => '04c065515bc347bc68e0bb1ac7182669a98a731e4a17727e5731650ad3d8de4c',
27+
'tar.gz' => '954cf77f7e0a70dc765e7639acdfdccd164be5cd1bce3dbe9d10c58dca631e76',
28+
'tar.bz2' => '9ebb0e2e571db6fd5930428dcb2d19ed3e050338ec1f1347c282cae92fc086ff',
29+
'tar.xz' => '53477e73e6254dc942b68913a58d815ffdbf6946baf61a1f8ef854de524c27bf',
3030
]
3131
];
3232

releases/8_1_9.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_9.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.1.9 Release Announcement');
5+
?>
6+
<h1>PHP 8.1.9 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.1.9. 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.9 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.9">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)