Skip to content

Commit 3ed690e

Browse files
committed
Announce PHP 8.1.10
1 parent 673fcf3 commit 3ed690e

File tree

6 files changed

+135
-5
lines changed

6 files changed

+135
-5
lines changed

ChangeLog-8.php

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

11+
<section class="version" id="8.1.10"><!-- {{{ 8.1.10 -->
12+
<h3>Version 8.1.10</h3>
13+
<b><?php release_date('01-Sep-2022'); ?></b>
14+
<ul><li>Core:
15+
<ul>
16+
<li>Fixed --CGI-- support of run-tests.php.</li>
17+
<li>Fixed incorrect double to long casting in latest clang.</li>
18+
<li>Fixed bug <?php githubissuel('php/php-src', 9266); ?> (GC root buffer keeps growing when dtors are present).</li>
19+
</ul></li>
20+
<li>Date:
21+
<ul>
22+
<li>Fixed bug <?php githubissuel('php/php-src', 8730); ?> (DateTime::diff miscalculation is same time zone of different type).</li>
23+
<li>Fixed bug <?php githubissuel('php/php-src', 8964); ?> (DateTime object comparison after applying delta less than 1 second).</li>
24+
<li>Fixed bug <?php githubissuel('php/php-src', 9106); ?>: (DateInterval 1.5s added to DateTimeInterface is rounded down since PHP 8.1.0).</li>
25+
<li><?php bugfix(81263); ?> (Wrong result from DateTimeImmutable::diff).</li>
26+
</ul></li>
27+
<li>DBA:
28+
<ul>
29+
<li>Fixed LMDB driver memory leak on DB creation failure (Girgias)</li>
30+
<li>Fixed bug <?php githubissuel('php/php-src', 9155); ?> (dba_open("non-existing", "c-", "flatfile") segfaults) (cmb)</li>
31+
</ul></li>
32+
<li>IMAP:
33+
<ul>
34+
<li>Fixed bug <?php githubissuel('php/php-src', 9309); ?> (Segfault when connection is used after imap_close()).</li>
35+
</ul></li>
36+
<li>Intl:
37+
<ul>
38+
<li>Fixed IntlDateFormatter::formatObject() parameter type.</li>
39+
</ul></li>
40+
<li>MBString:
41+
<ul>
42+
<li>Fixed bug <?php githubissuel('php/php-src', 9008); ?> (mb_detect_encoding(): wrong results with null $encodings).</li>
43+
</ul></li>
44+
<li>OPcache:
45+
<ul>
46+
<li>Fixed bug <?php githubissuel('php/php-src', 9033); ?> (Loading blacklist file can fail due to negative length).</li>
47+
<li>Fixed bug <?php githubissuel('php/php-src', 9164); ?> (Segfault in zend_accel_class_hash_copy).</li>
48+
</ul></li>
49+
<li>PDO_SQLite:
50+
<ul>
51+
<li>Fixed bug <?php githubissuel('php/php-src', 9032); ?> (SQLite3 authorizer crashes on NULL values).</li>
52+
</ul></li>
53+
<li>SQLite3:
54+
<ul>
55+
<li>Fixed bug <?php githubissuel('php/php-src', 9032); ?> (SQLite3 authorizer crashes on NULL values).</li>
56+
</ul></li>
57+
<li>Streams:
58+
<ul>
59+
<li>Fixed bug <?php githubissuel('php/php-src', 8472); ?> (The resource returned by stream_socket_accept may have incorrect metadata).</li>
60+
<li>Fixed bug <?php githubissuel('php/php-src', 8409); ?> (SSL handshake timeout leaves persistent connections hanging).</li>
61+
</ul></li>
62+
</ul>
63+
<!-- }}} --></section>
64+
65+
66+
1167
<section class="version" id="8.1.9"><!-- {{{ 8.1.9 -->
1268
<h3>Version 8.1.9</h3>
1369
<b><?php release_date('04-Aug-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-09-01-1.xml"/>
1213
<xi:include href="entries/2022-08-18-1.xml"/>
1314
<xi:include href="entries/2022-08-04-3.xml"/>
1415
<xi:include href="entries/2022-08-04-2.xml"/>

archive/entries/2022-09-01-1.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.10 Released!</title>
4+
<id>https://www.php.net/archive/2022.php#2022-09-01-1</id>
5+
<published>2022-09-01T00:18:05+00:00</published>
6+
<updated>2022-09-01T00:18:05+00:00</updated>
7+
<link href="https://www.php.net/index.php#2022-09-01-1" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2022.php#2022-09-01-1" 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.10. 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.10 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.10">ChangeLog</a>.
19+
</p> </div>
20+
</content>
21+
</entry>

include/releases.inc

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22
$OLDRELEASES = array (
33
8 =>
44
array (
5+
'8.1.9' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_1_9.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '04 Aug 2022',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.1.9.tar.gz',
20+
'name' => 'PHP 8.1.9 (tar.gz)',
21+
'sha256' => '954cf77f7e0a70dc765e7639acdfdccd164be5cd1bce3dbe9d10c58dca631e76',
22+
'date' => '04 Aug 2022',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.1.9.tar.bz2',
27+
'name' => 'PHP 8.1.9 (tar.bz2)',
28+
'sha256' => '9ebb0e2e571db6fd5930428dcb2d19ed3e050338ec1f1347c282cae92fc086ff',
29+
'date' => '04 Aug 2022',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.1.9.tar.xz',
34+
'name' => 'PHP 8.1.9 (tar.xz)',
35+
'sha256' => '53477e73e6254dc942b68913a58d815ffdbf6946baf61a1f8ef854de524c27bf',
36+
'date' => '04 Aug 2022',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.1.8' =>
642
array (
743
'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.9',
24-
'date' => '04 Aug 2022',
23+
'version' => '8.1.10',
24+
'date' => '01 Sep 2022',
2525
'tags' => [], // Set to ['security'] for security releases.
2626
'sha256' => [
27-
'tar.gz' => '954cf77f7e0a70dc765e7639acdfdccd164be5cd1bce3dbe9d10c58dca631e76',
28-
'tar.bz2' => '9ebb0e2e571db6fd5930428dcb2d19ed3e050338ec1f1347c282cae92fc086ff',
29-
'tar.xz' => '53477e73e6254dc942b68913a58d815ffdbf6946baf61a1f8ef854de524c27bf',
27+
'tar.gz' => '3ea4f323109dfbc8d2631d08aa0e08602c1f713678e9dc6c750f081ef49eab0f',
28+
'tar.bz2' => '2de8e0402285f7c56887defe651922308aded58ba60befcf3b77720209e31f10',
29+
'tar.xz' => '90e7120c77ee83630e6ac928d23bc6396603d62d83a3cf5df8a450d2e3070162',
3030
]
3131
];
3232

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

0 commit comments

Comments
 (0)