Author: Patrick Allaert (patrickallaert)
Date: 2023-08-31T18:41:15+02:00

Commit: 
https://github.com/php/web-php/commit/cb3bb5b744c6c3be2ea8bfdd4e1ba780689833ff
Raw diff: 
https://github.com/php/web-php/commit/cb3bb5b744c6c3be2ea8bfdd4e1ba780689833ff.diff

Announce PHP 8.1.23

Changed paths:
  A  archive/entries/2023-08-31-3.xml
  A  releases/8_1_23.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 6d55c2114a..cd7c842415 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -1100,6 +1100,71 @@
 
 <a id="PHP_8_1"></a>
 
+<section class="version" id="8.1.21"><!-- {{{ 8.1.21 -->
+<h3>Version 8.1.21</h3>
+<b><?php release_date('06-Jul-2023'); ?></b>
+<ul><li>CLI:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 11246); ?> 
(cli/get_set_process_title fails on MacOS).</li>
+</ul></li>
+<li>Core:
+<ul>
+  <li>Fixed build for the riscv64 architecture/GCC 12.</li>
+</ul></li>
+<li>Curl:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 11433); ?> (Unable to set 
CURLOPT_ACCEPT_ENCODING to NULL).</li>
+</ul></li>
+<li>DOM:
+<ul>
+  <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>
+  <li>Fixed bug <?php githubissuel('php/php-src', 10234); ?> (Setting 
DOMAttr::textContent results in an empty attribute value).</li>
+  <li>Fix return value in stub file for DOMNodeList::item.</li>
+  <li>Fix spec compliance error with '*' namespace for 
DOMDocument::getElementsByTagNameNS.</li>
+  <li>Fix DOMElement::append() and DOMElement::prepend() hierarchy checks.</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 11347); ?> (Memory leak when 
calling a static method inside an xpath query).</li>
+  <li><?php bugfix(67440); ?> (append_node of a DOMDocumentFragment does not 
reconcile namespaces).</li>
+  <li><?php bugfix(81642); ?> (DOMChildNode::replaceWith() bug when replacing 
a node with itself).</li>
+  <li><?php bugfix(77686); ?> (Removed elements are still returned by 
getElementById).</li>
+  <li><?php bugfix(70359); ?> (print_r() on DOMAttr causes Segfault in 
php_libxml_node_free_list()).</li>
+  <li><?php bugfix(78577); ?> (Crash in DOMNameSpace debug info handlers).</li>
+  <li>Fix lifetime issue with getAttributeNodeNS().</li>
+  <li>Fix "invalid state error" with cloned namespace declarations.</li>
+  <li><?php bugfix(55294); ?> and #47530 and #47847 (various namespace 
reconciliation issues).</li>
+  <li><?php bugfix(80332); ?> (Completely broken array access functionality 
with DOMNamedNodeMap).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li>Fix allocation loop in zend_shared_alloc_startup().</li>
+  <li>Access violation on smm_shared_globals with ALLOC_FALLBACK.</li>
+  <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>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 9356); ?> Incomplete 
validation of IPv6 Address fields in subjectAltNames (James Lucas, Jakub 
Zelenka).</li>
+</ul></li>
+<li>PGSQL:
+<ul>
+  <li>Fixed intermittent segfault with pg_trace.</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li>Fix cross-compilation check in phar generation for FreeBSD.</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 11338); ?> (SplFileInfo 
empty getBasename with more than one slash).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li>Fix access on NULL pointer in array_merge_recursive().</li>
+  <li>Fix exception handling in array_multisort().</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="8.1.22"><!-- {{{ 8.1.22 -->
 <h3>Version 8.1.22</h3>
 <b><?php release_date('03-Aug-2023'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 9d359207d5..098d8aad3e 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
     <uri>http://php.net/contact</uri>
     <email>php-webmaster@lists.php.net</email>
   </author>
+  <xi:include href="entries/2023-08-31-3.xml"/>
   <xi:include href="entries/2023-08-31-2.xml"/>
   <xi:include href="entries/2023-08-31-1.xml"/>
   <xi:include href="entries/2023-08-28-1.xml"/>
diff --git a/archive/entries/2023-08-31-3.xml b/archive/entries/2023-08-31-3.xml
new file mode 100644
index 0000000000..8f6c33c6db
--- /dev/null
+++ b/archive/entries/2023-08-31-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.23 Released!</title>
+  <id>https://www.php.net/archive/2023.php#2023-08-31-3</id>
+  <published>2023-08-31T16:37:56+00:00</published>
+  <updated>2023-08-31T16:37:56+00:00</updated>
+  <link href="https://www.php.net/index.php#2023-08-31-3"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2023.php#2023-08-31-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.23. 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.23 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.23";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index d5e7daeabc..36fcd8a2d4 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.1.22' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_1_22.php',
+      ),
+      'tags' => 
+      array (
+        0 => 'security',
+      ),
+      'date' => '03 Aug 2023',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.1.22.tar.gz',
+          'name' => 'PHP 8.1.22 (tar.gz)',
+          'sha256' => 
'f5140e94b139b4adec4b29c337537b7b6f1ef023197eb32be909e724e3da157a',
+          'date' => '03 Aug 2023',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.1.22.tar.bz2',
+          'name' => 'PHP 8.1.22 (tar.bz2)',
+          'sha256' => 
'992354e382c6c618d01ed4be06beea8dec3178b14153df64d3c8c48b85e9fbc2',
+          'date' => '03 Aug 2023',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.1.22.tar.xz',
+          'name' => 'PHP 8.1.22 (tar.xz)',
+          'sha256' => 
'9ea4f4cfe775cb5866c057323d6b320f3a6e0adb1be41a068ff7bfec6f83e71d',
+          'date' => '03 Aug 2023',
+        ),
+      ),
+      'museum' => false,
+    ),
     '8.2.9' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 27caa9fef5..31b537a26c 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.22',
-        'date' => '03 Aug 2023',
-        'tags' => ['security'], // Set to ['security'] for security releases.
+        'version' => '8.1.23',
+        'date' => '31 Aug 2023',
+        'tags' => [], // Set to ['security'] for security releases.
         'sha256' => [
-            'tar.gz' => 
'f5140e94b139b4adec4b29c337537b7b6f1ef023197eb32be909e724e3da157a',
-            'tar.bz2' => 
'992354e382c6c618d01ed4be06beea8dec3178b14153df64d3c8c48b85e9fbc2',
-            'tar.xz' => 
'9ea4f4cfe775cb5866c057323d6b320f3a6e0adb1be41a068ff7bfec6f83e71d',
+            'tar.gz' => 
'ec5330b3978edc8fe2f78830720505bf69d12542622b5cddccee63ae3a0e5b58',
+            'tar.bz2' => 
'929a62785177da892ddffca074bab2f1ff578473a0d4adb915c12f5f3e34ec1b',
+            'tar.xz' => 
'fc48422fa7e75bb45916fc192a9f9728cb38bb2b5858572c51ea15825326360c',
         ]
     ];
 
diff --git a/releases/8_1_23.php b/releases/8_1_23.php
new file mode 100644
index 0000000000..0a299b2cad
--- /dev/null
+++ b/releases/8_1_23.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_1_23.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.1.23 Release Announcement');
+?>
+<h1>PHP 8.1.23 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
8.1.23. 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.23 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.23";>ChangeLog</a>.
+</p>
+<?php site_footer();

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to