Skip to content

Commit cb3bb5b

Browse files
Announce PHP 8.1.23
1 parent 3446663 commit cb3bb5b

File tree

6 files changed

+146
-6
lines changed

6 files changed

+146
-6
lines changed

ChangeLog-8.php

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,6 +1100,71 @@
11001100

11011101
<a id="PHP_8_1"></a>
11021102

1103+
<section class="version" id="8.1.21"><!-- {{{ 8.1.21 -->
1104+
<h3>Version 8.1.21</h3>
1105+
<b><?php release_date('06-Jul-2023'); ?></b>
1106+
<ul><li>CLI:
1107+
<ul>
1108+
<li>Fixed bug <?php githubissuel('php/php-src', 11246); ?> (cli/get_set_process_title fails on MacOS).</li>
1109+
</ul></li>
1110+
<li>Core:
1111+
<ul>
1112+
<li>Fixed build for the riscv64 architecture/GCC 12.</li>
1113+
</ul></li>
1114+
<li>Curl:
1115+
<ul>
1116+
<li>Fixed bug <?php githubissuel('php/php-src', 11433); ?> (Unable to set CURLOPT_ACCEPT_ENCODING to NULL).</li>
1117+
</ul></li>
1118+
<li>DOM:
1119+
<ul>
1120+
<li>Fixed bugs <?php githubissuel('php/php-src', 11288); ?> and <?php githubissuel('php/php-src', 11289); ?> and <?php githubissuel('php/php-src', 11290); ?> and <?php githubissuel('php/php-src', 9142); ?> (DOMExceptions and segfaults with replaceWith).</li>
1121+
<li>Fixed bug <?php githubissuel('php/php-src', 10234); ?> (Setting DOMAttr::textContent results in an empty attribute value).</li>
1122+
<li>Fix return value in stub file for DOMNodeList::item.</li>
1123+
<li>Fix spec compliance error with '*' namespace for DOMDocument::getElementsByTagNameNS.</li>
1124+
<li>Fix DOMElement::append() and DOMElement::prepend() hierarchy checks.</li>
1125+
<li>Fixed bug <?php githubissuel('php/php-src', 11347); ?> (Memory leak when calling a static method inside an xpath query).</li>
1126+
<li><?php bugfix(67440); ?> (append_node of a DOMDocumentFragment does not reconcile namespaces).</li>
1127+
<li><?php bugfix(81642); ?> (DOMChildNode::replaceWith() bug when replacing a node with itself).</li>
1128+
<li><?php bugfix(77686); ?> (Removed elements are still returned by getElementById).</li>
1129+
<li><?php bugfix(70359); ?> (print_r() on DOMAttr causes Segfault in php_libxml_node_free_list()).</li>
1130+
<li><?php bugfix(78577); ?> (Crash in DOMNameSpace debug info handlers).</li>
1131+
<li>Fix lifetime issue with getAttributeNodeNS().</li>
1132+
<li>Fix "invalid state error" with cloned namespace declarations.</li>
1133+
<li><?php bugfix(55294); ?> and #47530 and #47847 (various namespace reconciliation issues).</li>
1134+
<li><?php bugfix(80332); ?> (Completely broken array access functionality with DOMNamedNodeMap).</li>
1135+
</ul></li>
1136+
<li>Opcache:
1137+
<ul>
1138+
<li>Fix allocation loop in zend_shared_alloc_startup().</li>
1139+
<li>Access violation on smm_shared_globals with ALLOC_FALLBACK.</li>
1140+
<li>Fixed bug <?php githubissuel('php/php-src', 11336); ?> (php still tries to unlock the shared memory ZendSem with opcache.file_cache_only=1 but it was never locked).</li>
1141+
</ul></li>
1142+
<li>OpenSSL:
1143+
<ul>
1144+
<li>Fixed bug <?php githubissuel('php/php-src', 9356); ?> Incomplete validation of IPv6 Address fields in subjectAltNames (James Lucas, Jakub Zelenka).</li>
1145+
</ul></li>
1146+
<li>PGSQL:
1147+
<ul>
1148+
<li>Fixed intermittent segfault with pg_trace.</li>
1149+
</ul></li>
1150+
<li>Phar:
1151+
<ul>
1152+
<li>Fix cross-compilation check in phar generation for FreeBSD.</li>
1153+
</ul></li>
1154+
<li>SPL:
1155+
<ul>
1156+
<li>Fixed bug <?php githubissuel('php/php-src', 11338); ?> (SplFileInfo empty getBasename with more than one slash).</li>
1157+
</ul></li>
1158+
<li>Standard:
1159+
<ul>
1160+
<li>Fix access on NULL pointer in array_merge_recursive().</li>
1161+
<li>Fix exception handling in array_multisort().</li>
1162+
</ul></li>
1163+
</ul>
1164+
<!-- }}} --></section>
1165+
1166+
1167+
11031168
<section class="version" id="8.1.22"><!-- {{{ 8.1.22 -->
11041169
<h3>Version 8.1.22</h3>
11051170
<b><?php release_date('03-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-08-31-3.xml"/>
1213
<xi:include href="entries/2023-08-31-2.xml"/>
1314
<xi:include href="entries/2023-08-31-1.xml"/>
1415
<xi:include href="entries/2023-08-28-1.xml"/>

archive/entries/2023-08-31-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.23 Released!</title>
4+
<id>https://www.php.net/archive/2023.php#2023-08-31-3</id>
5+
<published>2023-08-31T16:37:56+00:00</published>
6+
<updated>2023-08-31T16:37:56+00:00</updated>
7+
<link href="https://www.php.net/index.php#2023-08-31-3" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2023.php#2023-08-31-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.23. 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.23 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.23">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.22' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_1_22.php',
10+
),
11+
'tags' =>
12+
array (
13+
0 => 'security',
14+
),
15+
'date' => '03 Aug 2023',
16+
'source' =>
17+
array (
18+
0 =>
19+
array (
20+
'filename' => 'php-8.1.22.tar.gz',
21+
'name' => 'PHP 8.1.22 (tar.gz)',
22+
'sha256' => 'f5140e94b139b4adec4b29c337537b7b6f1ef023197eb32be909e724e3da157a',
23+
'date' => '03 Aug 2023',
24+
),
25+
1 =>
26+
array (
27+
'filename' => 'php-8.1.22.tar.bz2',
28+
'name' => 'PHP 8.1.22 (tar.bz2)',
29+
'sha256' => '992354e382c6c618d01ed4be06beea8dec3178b14153df64d3c8c48b85e9fbc2',
30+
'date' => '03 Aug 2023',
31+
),
32+
2 =>
33+
array (
34+
'filename' => 'php-8.1.22.tar.xz',
35+
'name' => 'PHP 8.1.22 (tar.xz)',
36+
'sha256' => '9ea4f4cfe775cb5866c057323d6b320f3a6e0adb1be41a068ff7bfec6f83e71d',
37+
'date' => '03 Aug 2023',
38+
),
39+
),
40+
'museum' => false,
41+
),
542
'8.2.9' =>
643
array (
744
'announcement' =>

include/version.inc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ $RELEASES = (function () {
3232

3333
/* PHP 8.1 Release */
3434
$data['8.1'] = [
35-
'version' => '8.1.22',
36-
'date' => '03 Aug 2023',
37-
'tags' => ['security'], // Set to ['security'] for security releases.
35+
'version' => '8.1.23',
36+
'date' => '31 Aug 2023',
37+
'tags' => [], // Set to ['security'] for security releases.
3838
'sha256' => [
39-
'tar.gz' => 'f5140e94b139b4adec4b29c337537b7b6f1ef023197eb32be909e724e3da157a',
40-
'tar.bz2' => '992354e382c6c618d01ed4be06beea8dec3178b14153df64d3c8c48b85e9fbc2',
41-
'tar.xz' => '9ea4f4cfe775cb5866c057323d6b320f3a6e0adb1be41a068ff7bfec6f83e71d',
39+
'tar.gz' => 'ec5330b3978edc8fe2f78830720505bf69d12542622b5cddccee63ae3a0e5b58',
40+
'tar.bz2' => '929a62785177da892ddffca074bab2f1ff578473a0d4adb915c12f5f3e34ec1b',
41+
'tar.xz' => 'fc48422fa7e75bb45916fc192a9f9728cb38bb2b5858572c51ea15825326360c',
4242
]
4343
];
4444

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

0 commit comments

Comments
 (0)