Author: Ben Ramsey (ramsey)
Date: 2023-09-28T13:06:32-05:00
Commit:
https://github.com/php/web-php/commit/390ad10784f3672994a57f72833c231ae661040b
Raw diff:
https://github.com/php/web-php/commit/390ad10784f3672994a57f72833c231ae661040b.diff
Announce PHP 8.1.24
Changed paths:
A archive/entries/2023-09-28-3.xml
A releases/8_1_24.php
M ChangeLog-8.php
M archive/archive.xml
M include/releases.inc
M include/version.inc
Diff:
diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index de7b38dfe..2a937abca 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -1150,6 +1150,55 @@
<a id="PHP_8_1"></a>
+<section class="version" id="8.1.24"><!-- {{{ 8.1.24 -->
+<h3>Version 8.1.24</h3>
+<b><?php release_date('28-Sep-2023'); ?></b>
+<ul><li>Core:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11937); ?> (Constant ASTs
containing objects).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11790); ?> (On riscv64
require libatomic if actually needed).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 12073); ?> (Segfault when
freeing incompletely initialized closures).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 12060); ?> (Internal
iterator rewind handler is called twice).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 12102); ?> (Incorrect
compile error when using array access on TMP value in function call).</li>
+</ul></li>
+<li>DOM:
+<ul>
+ <li>Fix memory leak when setting an invalid DOMDocument encoding.</li>
+</ul></li>
+<li>Iconv:
+<ul>
+ <li>Fixed build for NetBSD which still uses the old iconv signature.</li>
+</ul></li>
+<li>Intl:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 12020); ?>
(intl_get_error_message() broken after MessageFormatter::formatMessage()
fails).</li>
+</ul></li>
+<li>MySQLnd:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 10270); ?> (Invalid error
message when connection via SSL fails: "trying to connect via (null)").</li>
+</ul></li>
+<li>ODBC:
+<ul>
+ <li>Fixed memory leak with failed SQLPrepare.</li>
+ <li>Fixed persistent procedural ODBC connections not getting closed.</li>
+</ul></li>
+<li>SimpleXML:
+<ul>
+ <li><?php bugfix(52751); ?> (XPath processing-instruction() function is not
supported).</li>
+</ul></li>
+<li>SPL:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11972); ?>
(RecursiveCallbackFilterIterator regression in 8.1.18).</li>
+</ul></li>
+<li>SQLite3:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11878); ?> (SQLite3 callback
functions cause a memory leak with a callable array).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
<section class="version" id="8.1.23"><!-- {{{ 8.1.23 -->
<h3>Version 8.1.23</h3>
<b><?php release_date('31-Aug-2023'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 7147fd553..895d7b775 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>[email protected]</email>
</author>
+ <xi:include href="entries/2023-09-28-3.xml"/>
<xi:include href="entries/2023-09-28-2.xml"/>
<xi:include href="entries/2023-09-28-1.xml"/>
<xi:include href="entries/2023-09-14-1.xml"/>
diff --git a/archive/entries/2023-09-28-3.xml b/archive/entries/2023-09-28-3.xml
new file mode 100644
index 000000000..16d0f5984
--- /dev/null
+++ b/archive/entries/2023-09-28-3.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 8.1.24 Released!</title>
+ <id>https://www.php.net/archive/2023.php#2023-09-28-3</id>
+ <published>2023-09-28T18:04:30+00:00</published>
+ <updated>2023-09-28T18:04:30+00:00</updated>
+ <link href="https://www.php.net/index.php#2023-09-28-3" rel="alternate"
type="text/html"/>
+ <link href="https://www.php.net/archive/2023.php#2023-09-28-3" rel="via"
type="text/html"/>
+ <category term="releases" label="New PHP release"/>
+ <category term="frontpage" label="PHP.net frontpage news"/>
+ <content type="xhtml">
+ <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>
+
+<p>All PHP 8.1 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.1.24 please visit our <a
href="https://www.php.net/downloads.php">downloads page</a>,
+Windows source and binaries can be found on <a
href="https://windows.php.net/download/">windows.php.net/download/</a>.
+The list of changes is recorded in the <a
href="https://www.php.net/ChangeLog-8.php#8.1.24">ChangeLog</a>.
+</p> </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 35d9ee5d7..b6a162211 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
$OLDRELEASES = array (
8 =>
array (
+ '8.1.23' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/8_1_23.php',
+ ),
+ 'tags' =>
+ array (
+ ),
+ 'date' => '31 Aug 2023',
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-8.1.23.tar.gz',
+ 'name' => 'PHP 8.1.23 (tar.gz)',
+ 'sha256' =>
'ec5330b3978edc8fe2f78830720505bf69d12542622b5cddccee63ae3a0e5b58',
+ 'date' => '31 Aug 2023',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-8.1.23.tar.bz2',
+ 'name' => 'PHP 8.1.23 (tar.bz2)',
+ 'sha256' =>
'929a62785177da892ddffca074bab2f1ff578473a0d4adb915c12f5f3e34ec1b',
+ 'date' => '31 Aug 2023',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-8.1.23.tar.xz',
+ 'name' => 'PHP 8.1.23 (tar.xz)',
+ 'sha256' =>
'fc48422fa7e75bb45916fc192a9f9728cb38bb2b5858572c51ea15825326360c',
+ 'date' => '31 Aug 2023',
+ ),
+ ),
+ 'museum' => false,
+ ),
'8.2.10' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index dfbc5391f..54b106f8e 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -32,13 +32,13 @@ $RELEASES = (function () {
/* PHP 8.1 Release */
$data['8.1'] = [
- 'version' => '8.1.23',
- 'date' => '31 Aug 2023',
+ 'version' => '8.1.24',
+ 'date' => '28 Sep 2023',
'tags' => [], // Set to ['security'] for security releases.
'sha256' => [
- 'tar.gz' =>
'ec5330b3978edc8fe2f78830720505bf69d12542622b5cddccee63ae3a0e5b58',
- 'tar.bz2' =>
'929a62785177da892ddffca074bab2f1ff578473a0d4adb915c12f5f3e34ec1b',
- 'tar.xz' =>
'fc48422fa7e75bb45916fc192a9f9728cb38bb2b5858572c51ea15825326360c',
+ 'tar.gz' =>
'd6001a5c16765cd1897609fc71ff083e35db9a28c8874a1ff191cdebe80a6460',
+ 'tar.bz2' =>
'b0ae5804a9ad53a7e28d0a32629495f816f935b10830c71f4ec15827185a73c9',
+ 'tar.xz' =>
'ee61f6232bb29bd2e785daf325d2177f2272bf80d086c295a724594e710bce3d',
]
];
diff --git a/releases/8_1_24.php b/releases/8_1_24.php
new file mode 100644
index 000000000..98550cb72
--- /dev/null
+++ b/releases/8_1_24.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_1_24.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.1.24 Release Announcement');
+?>
+<h1>PHP 8.1.24 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP
8.1.24. This is a bug fix release.</p>
+
+<p>All PHP 8.1 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.1.24 please visit our <a
href="https://www.php.net/downloads.php">downloads page</a>,
+Windows source and binaries can be found on <a
href="https://windows.php.net/download/">windows.php.net/download/</a>.
+The list of changes is recorded in the <a
href="https://www.php.net/ChangeLog-8.php#8.1.24">ChangeLog</a>.
+</p>
+<?php site_footer();
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php