Skip to content

Commit 390ad10

Browse files
committed
Announce PHP 8.1.24
1 parent bb611a6 commit 390ad10

File tree

6 files changed

+128
-5
lines changed

6 files changed

+128
-5
lines changed

ChangeLog-8.php

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,6 +1150,55 @@
11501150

11511151
<a id="PHP_8_1"></a>
11521152

1153+
<section class="version" id="8.1.24"><!-- {{{ 8.1.24 -->
1154+
<h3>Version 8.1.24</h3>
1155+
<b><?php release_date('28-Sep-2023'); ?></b>
1156+
<ul><li>Core:
1157+
<ul>
1158+
<li>Fixed bug <?php githubissuel('php/php-src', 11937); ?> (Constant ASTs containing objects).</li>
1159+
<li>Fixed bug <?php githubissuel('php/php-src', 11790); ?> (On riscv64 require libatomic if actually needed).</li>
1160+
<li>Fixed bug <?php githubissuel('php/php-src', 12073); ?> (Segfault when freeing incompletely initialized closures).</li>
1161+
<li>Fixed bug <?php githubissuel('php/php-src', 12060); ?> (Internal iterator rewind handler is called twice).</li>
1162+
<li>Fixed bug <?php githubissuel('php/php-src', 12102); ?> (Incorrect compile error when using array access on TMP value in function call).</li>
1163+
</ul></li>
1164+
<li>DOM:
1165+
<ul>
1166+
<li>Fix memory leak when setting an invalid DOMDocument encoding.</li>
1167+
</ul></li>
1168+
<li>Iconv:
1169+
<ul>
1170+
<li>Fixed build for NetBSD which still uses the old iconv signature.</li>
1171+
</ul></li>
1172+
<li>Intl:
1173+
<ul>
1174+
<li>Fixed bug <?php githubissuel('php/php-src', 12020); ?> (intl_get_error_message() broken after MessageFormatter::formatMessage() fails).</li>
1175+
</ul></li>
1176+
<li>MySQLnd:
1177+
<ul>
1178+
<li>Fixed bug <?php githubissuel('php/php-src', 10270); ?> (Invalid error message when connection via SSL fails: "trying to connect via (null)").</li>
1179+
</ul></li>
1180+
<li>ODBC:
1181+
<ul>
1182+
<li>Fixed memory leak with failed SQLPrepare.</li>
1183+
<li>Fixed persistent procedural ODBC connections not getting closed.</li>
1184+
</ul></li>
1185+
<li>SimpleXML:
1186+
<ul>
1187+
<li><?php bugfix(52751); ?> (XPath processing-instruction() function is not supported).</li>
1188+
</ul></li>
1189+
<li>SPL:
1190+
<ul>
1191+
<li>Fixed bug <?php githubissuel('php/php-src', 11972); ?> (RecursiveCallbackFilterIterator regression in 8.1.18).</li>
1192+
</ul></li>
1193+
<li>SQLite3:
1194+
<ul>
1195+
<li>Fixed bug <?php githubissuel('php/php-src', 11878); ?> (SQLite3 callback functions cause a memory leak with a callable array).</li>
1196+
</ul></li>
1197+
</ul>
1198+
<!-- }}} --></section>
1199+
1200+
1201+
11531202
<section class="version" id="8.1.23"><!-- {{{ 8.1.23 -->
11541203
<h3>Version 8.1.23</h3>
11551204
<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-3.xml"/>
1213
<xi:include href="entries/2023-09-28-2.xml"/>
1314
<xi:include href="entries/2023-09-28-1.xml"/>
1415
<xi:include href="entries/2023-09-14-1.xml"/>

archive/entries/2023-09-28-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.24 Released!</title>
4+
<id>https://www.php.net/archive/2023.php#2023-09-28-3</id>
5+
<published>2023-09-28T18:04:30+00:00</published>
6+
<updated>2023-09-28T18:04:30+00:00</updated>
7+
<link href="https://www.php.net/index.php#2023-09-28-3" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2023.php#2023-09-28-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.24. 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.24 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.24">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.23' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_1_23.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '31 Aug 2023',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.1.23.tar.gz',
20+
'name' => 'PHP 8.1.23 (tar.gz)',
21+
'sha256' => 'ec5330b3978edc8fe2f78830720505bf69d12542622b5cddccee63ae3a0e5b58',
22+
'date' => '31 Aug 2023',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.1.23.tar.bz2',
27+
'name' => 'PHP 8.1.23 (tar.bz2)',
28+
'sha256' => '929a62785177da892ddffca074bab2f1ff578473a0d4adb915c12f5f3e34ec1b',
29+
'date' => '31 Aug 2023',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.1.23.tar.xz',
34+
'name' => 'PHP 8.1.23 (tar.xz)',
35+
'sha256' => 'fc48422fa7e75bb45916fc192a9f9728cb38bb2b5858572c51ea15825326360c',
36+
'date' => '31 Aug 2023',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.2.10' =>
642
array (
743
'announcement' =>

include/version.inc

Lines changed: 5 additions & 5 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.23',
36-
'date' => '31 Aug 2023',
35+
'version' => '8.1.24',
36+
'date' => '28 Sep 2023',
3737
'tags' => [], // Set to ['security'] for security releases.
3838
'sha256' => [
39-
'tar.gz' => 'ec5330b3978edc8fe2f78830720505bf69d12542622b5cddccee63ae3a0e5b58',
40-
'tar.bz2' => '929a62785177da892ddffca074bab2f1ff578473a0d4adb915c12f5f3e34ec1b',
41-
'tar.xz' => 'fc48422fa7e75bb45916fc192a9f9728cb38bb2b5858572c51ea15825326360c',
39+
'tar.gz' => 'd6001a5c16765cd1897609fc71ff083e35db9a28c8874a1ff191cdebe80a6460',
40+
'tar.bz2' => 'b0ae5804a9ad53a7e28d0a32629495f816f935b10830c71f4ec15827185a73c9',
41+
'tar.xz' => 'ee61f6232bb29bd2e785daf325d2177f2272bf80d086c295a724594e710bce3d',
4242
]
4343
];
4444

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

0 commit comments

Comments
 (0)