Skip to content

Commit 353056b

Browse files
committed
Announce PHP 8.2.12
1 parent 84176b8 commit 353056b

File tree

6 files changed

+157
-5
lines changed

6 files changed

+157
-5
lines changed

ChangeLog-8.php

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

11+
<section class="version" id="8.2.12"><!-- {{{ 8.2.12 -->
12+
<h3>Version 8.2.12</h3>
13+
<b><?php release_date('26-Oct-2023'); ?></b>
14+
<ul><li>Core:
15+
<ul>
16+
<li>Fixed bug <?php githubissuel('php/php-src', 12207); ?> (memory leak when class using trait with doc block).</li>
17+
<li>Fixed bug <?php githubissuel('php/php-src', 12215); ?> (Module entry being overwritten causes type errors in ext/dom).</li>
18+
<li>Fixed bug <?php githubissuel('php/php-src', 12273); ?> (__builtin_cpu_init check).</li>
19+
<li><?php bugfix(80092); ?> (ZTS + preload = segfault on shutdown).</li>
20+
</ul></li>
21+
<li>CLI:
22+
<ul>
23+
<li>Ensure a single Date header is present.</li>
24+
</ul></li>
25+
<li>CType:
26+
<ul>
27+
<li>Fixed bug <?php githubissuel('php/php-src', 11997); ?> (ctype_alnum 5 times slower in PHP 8.1 or greater).</li>
28+
</ul></li>
29+
<li>DOM:
30+
<ul>
31+
<li>Restore old namespace reconciliation behaviour.</li>
32+
<li>Fixed bug <?php githubissuel('php/php-src', 8996); ?> (DOMNode serialization on PHP ^8.1).</li>
33+
</ul></li>
34+
<li>Fileinfo:
35+
<ul>
36+
<li>Fixed bug <?php githubissuel('php/php-src', 11891); ?> (fileinfo returns text/xml for some svg files).</li>
37+
</ul></li>
38+
<li>Filter:
39+
<ul>
40+
<li>Fix explicit FILTER_REQUIRE_SCALAR with FILTER_CALLBACK (ilutov)</li>
41+
</ul></li>
42+
<li>Hash:
43+
<ul>
44+
<li>Fixed bug <?php githubissuel('php/php-src', 12186); ?> (segfault copying/cloning a finalized HashContext).</li>
45+
</ul></li>
46+
<li>Intl:
47+
<ul>
48+
<li>Fixed bug <?php githubissuel('php/php-src', 12243); ?> (segfault on IntlDateFormatter::construct).</li>
49+
<li>Fixed bug <?php githubissuel('php/php-src', 12282); ?> (IntlDateFormatter::construct should throw an exception on an invalid locale).</li>
50+
</ul></li>
51+
<li>MySQLnd:
52+
<ul>
53+
<li>Fixed bug <?php githubissuel('php/php-src', 12297); ?> (PHP Startup: Invalid library (maybe not a PHP library) 'mysqlnd.so' in Unknown on line).</li>
54+
</ul></li>
55+
<li>Opcache:
56+
<ul>
57+
<li>Fixed opcache_invalidate() on deleted file.</li>
58+
<li>Fixed bug <?php githubissuel('php/php-src', 12380); ?> (JIT+private array property access inside closure accesses private property in child class).</li>
59+
</ul></li>
60+
<li>PCRE:
61+
<ul>
62+
<li>Fixed bug <?php githubissuel('php/php-src', 11956); ?> (Backport upstream fix, PCRE regular expressions with JIT enabled gives different result).</li>
63+
</ul></li>
64+
<li>SimpleXML:
65+
<ul>
66+
<li>Fixed bug <?php githubissuel('php/php-src', 12170); ?> (Can't use xpath with comments in SimpleXML).</li>
67+
<li>Fixed bug <?php githubissuel('php/php-src', 12223); ?> (Entity reference produces infinite loop in var_dump/print_r).</li>
68+
<li>Fixed bug <?php githubissuel('php/php-src', 12167); ?> (Unable to get processing instruction contents in SimpleXML).</li>
69+
<li>Fixed bug <?php githubissuel('php/php-src', 12169); ?> (Unable to get comment contents in SimpleXML).</li>
70+
</ul></li>
71+
<li>Streams:
72+
<ul>
73+
<li>Fixed bug <?php githubissuel('php/php-src', 12190); ?> (binding ipv4 address with both address and port at 0).</li>
74+
</ul></li>
75+
<li>XML:
76+
<ul>
77+
<li>Fix return type of stub of xml_parse_into_struct().</li>
78+
<li>Fix memory leak when calling xml_parse_into_struct() twice.</li>
79+
</ul></li>
80+
<li>XSL:
81+
<ul>
82+
<li>Fix type error on XSLTProcessor::transformToDoc return value with SimpleXML.</li>
83+
</ul></li>
84+
</ul>
85+
<!-- }}} --></section>
86+
87+
88+
1189
<section class="version" id="8.2.11"><!-- {{{ 8.2.11 -->
1290
<h3>Version 8.2.11</h3>
1391
<b><?php release_date('28-Sep-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-10-26-2.xml"/>
1213
<xi:include href="entries/2023-10-26-1.xml"/>
1314
<xi:include href="entries/2023-10-20-1.xml"/>
1415
<xi:include href="entries/2023-10-12-1.xml"/>

archive/entries/2023-10-26-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.2.12 Released!</title>
4+
<id>https://www.php.net/archive/2023.php#2023-10-26-2</id>
5+
<published>2023-10-26T16:39:13+00:00</published>
6+
<updated>2023-10-26T16:39:13+00:00</updated>
7+
<link href="https://www.php.net/index.php#2023-10-26-2" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2023.php#2023-10-26-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.2.12. This is a bug fix release.</p>
13+
14+
<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
15+
16+
<p>For source downloads of PHP 8.2.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.2.12">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.2.11' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_2_11.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '28 Sep 2023',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.2.11.tar.gz',
20+
'name' => 'PHP 8.2.11 (tar.gz)',
21+
'sha256' => '48b1b41279a678a4d4afcd0b256ed921ebf2a91febb0634fdc4449b91c75799f',
22+
'date' => '28 Sep 2023',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.2.11.tar.bz2',
27+
'name' => 'PHP 8.2.11 (tar.bz2)',
28+
'sha256' => '38192daeffabf4af6c427bf17ac1f82565d9c7522e0dbd32215162944434b28b',
29+
'date' => '28 Sep 2023',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.2.11.tar.xz',
34+
'name' => 'PHP 8.2.11 (tar.xz)',
35+
'sha256' => '29af82e4f7509831490552918aad502697453f0869a579ee1b80b08f9112c5b8',
36+
'date' => '28 Sep 2023',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.1.23' =>
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.2 Release */
2222
$data['8.2'] = [
23-
'version' => '8.2.11',
24-
'date' => '28 Sep 2023',
23+
'version' => '8.2.12',
24+
'date' => '26 Oct 2023',
2525
'tags' => [], // Set to ['security'] for security releases.
2626
'sha256' => [
27-
'tar.gz' => '48b1b41279a678a4d4afcd0b256ed921ebf2a91febb0634fdc4449b91c75799f',
28-
'tar.bz2' => '38192daeffabf4af6c427bf17ac1f82565d9c7522e0dbd32215162944434b28b',
29-
'tar.xz' => '29af82e4f7509831490552918aad502697453f0869a579ee1b80b08f9112c5b8',
27+
'tar.gz' => 'b2b74a91f5fac14ce10ece0ac210f6f5d72f4367a3cb638e80d117d183750a21',
28+
'tar.bz2' => '704325f56b1b4c17f9f951e1ffef5c64e148896053f34e2626152cbaa2f05893',
29+
'tar.xz' => 'e1526e400bce9f9f9f774603cfac6b72b5e8f89fa66971ebc3cc4e5964083132',
3030
]
3131
];
3232

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

0 commit comments

Comments
 (0)