Skip to content

Commit 5514625

Browse files
committed
Announce PHP 8.2.11
1 parent d347728 commit 5514625

File tree

5 files changed

+127
-0
lines changed

5 files changed

+127
-0
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_2"></a>
1010

11+
<section class="version" id="8.2.11"><!-- {{{ 8.2.11 -->
12+
<h3>Version 8.2.11</h3>
13+
<b><?php release_date('28-Sep-2023'); ?></b>
14+
<ul><li>Core:
15+
<ul>
16+
<li>Fixed bug <?php githubissuel('php/php-src', 11937); ?> (Constant ASTs containing objects).</li>
17+
<li>Fixed bug <?php githubissuel('php/php-src', 11790); ?> (On riscv64 require libatomic if actually needed).</li>
18+
<li>Fixed bug <?php githubissuel('php/php-src', 11876); ?>: ini_parse_quantity() accepts invalid quantities.</li>
19+
<li>Fixed bug <?php githubissuel('php/php-src', 12073); ?> (Segfault when freeing incompletely initialized closures).</li>
20+
<li>Fixed bug <?php githubissuel('php/php-src', 12060); ?> (Internal iterator rewind handler is called twice).</li>
21+
<li>Fixed bug <?php githubissuel('php/php-src', 12102); ?> (Incorrect compile error when using array access on TMP value in function call).</li>
22+
</ul></li>
23+
<li>DOM:
24+
<ul>
25+
<li>Fix memory leak when setting an invalid DOMDocument encoding.</li>
26+
</ul></li>
27+
<li>Iconv:
28+
<ul>
29+
<li>Fixed build for NetBSD which still uses the old iconv signature.</li>
30+
</ul></li>
31+
<li>Intl:
32+
<ul>
33+
<li>Fixed bug <?php githubissuel('php/php-src', 12020); ?> (intl_get_error_message() broken after MessageFormatter::formatMessage() fails).</li>
34+
</ul></li>
35+
<li>MySQLnd:
36+
<ul>
37+
<li>Fixed bug <?php githubissuel('php/php-src', 10270); ?> (Invalid error message when connection via SSL fails: "trying to connect via (null)").</li>
38+
</ul></li>
39+
<li>ODBC:
40+
<ul>
41+
<li>Fixed memory leak with failed SQLPrepare.</li>
42+
<li>Fixed persistent procedural ODBC connections not getting closed.</li>
43+
</ul></li>
44+
<li>SimpleXML:
45+
<ul>
46+
<li><?php bugfix(52751); ?> (XPath processing-instruction() function is not supported).</li>
47+
</ul></li>
48+
<li>SPL:
49+
<ul>
50+
<li>Fixed bug <?php githubissuel('php/php-src', 11972); ?> (RecursiveCallbackFilterIterator regression in 8.1.18).</li>
51+
</ul></li>
52+
<li>SQLite3:
53+
<ul>
54+
<li>Fixed bug <?php githubissuel('php/php-src', 11878); ?> (SQLite3 callback functions cause a memory leak with a callable array).</li>
55+
</ul></li>
56+
</ul>
57+
<!-- }}} --></section>
58+
59+
60+
1161
<section class="version" id="8.2.10"><!-- {{{ 8.2.10 -->
1262
<h3>Version 8.2.10</h3>
1363
<b><?php release_date('31-Aug-2023'); ?></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/2023-09-28-1.xml"/>
1213
<xi:include href="entries/2023-09-14-1.xml"/>
1314
<xi:include href="entries/2023-09-08-1.xml"/>
1415
<xi:include href="entries/2023-09-06-1.xml"/>

archive/entries/2023-09-28-1.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 8.2.11 Released!</title>
4+
<id>https://www.php.net/archive/2023.php#2023-09-28-1</id>
5+
<published>2023-09-28T14:31:39+00:00</published>
6+
<updated>2023-09-28T14:31:39+00:00</updated>
7+
<link href="https://www.php.net/index.php#2023-09-28-1" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2023.php#2023-09-28-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">
13+
<p>The PHP development team announces the immediate availability of PHP 8.2.11. This is a bug fix release.</p>
14+
15+
<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
16+
17+
<p>
18+
For source downloads of PHP 8.2.11 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
19+
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
20+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.2.11">ChangeLog</a>.
21+
</p>
22+
</div>
23+
</content>
24+
</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.2.10' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_2_10.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '31 Aug 2023',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.2.10.tar.gz',
20+
'name' => 'PHP 8.2.10 (tar.gz)',
21+
'sha256' => '7e3e277d6eab652616f90bc7c75991179c0512953933ceba27496fb5514f7e78',
22+
'date' => '31 Aug 2023',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.2.10.tar.bz2',
27+
'name' => 'PHP 8.2.10 (tar.bz2)',
28+
'sha256' => 'cc9834e8f1b613d7677af8843c3651e9829abca8ebfe9079251d0d85d9a0aa3e',
29+
'date' => '31 Aug 2023',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.2.10.tar.xz',
34+
'name' => 'PHP 8.2.10 (tar.xz)',
35+
'sha256' => '561dc4acd5386e47f25be76f2c8df6ae854756469159248313bcf276e282fbb3',
36+
'date' => '31 Aug 2023',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.1.22' =>
642
array (
743
'announcement' =>

releases/8_2_11.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_2_11.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.2.11 Release Announcement');
5+
?>
6+
<h1>PHP 8.2.11 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.2.11. This is a bug fix release.</p>
9+
10+
<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
11+
12+
<p>For source downloads of PHP 8.2.11 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.2.11">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)