Author: Sergey Panteleev (saundefined)
Date: 2023-09-28T17:34:19+03:00

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

Announce PHP 8.2.11

Changed paths:
  A  archive/entries/2023-09-28-1.xml
  A  releases/8_2_11.php
  M  ChangeLog-8.php
  M  archive/archive.xml
  M  include/releases.inc


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index 24fbe94854..de7b38dfe6 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -8,6 +8,56 @@
 ?>
 <a id="PHP_8_2"></a>
 
+<section class="version" id="8.2.11"><!-- {{{ 8.2.11 -->
+<h3>Version 8.2.11</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', 11876); ?>: 
ini_parse_quantity() accepts invalid quantities.</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.2.10"><!-- {{{ 8.2.10 -->
 <h3>Version 8.2.10</h3>
 <b><?php release_date('31-Aug-2023'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index cd9b18c3e4..fcec3fba20 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-09-28-1.xml"/>
   <xi:include href="entries/2023-09-14-1.xml"/>
   <xi:include href="entries/2023-09-08-1.xml"/>
   <xi:include href="entries/2023-09-06-1.xml"/>
diff --git a/archive/entries/2023-09-28-1.xml b/archive/entries/2023-09-28-1.xml
new file mode 100644
index 0000000000..e9bec0931f
--- /dev/null
+++ b/archive/entries/2023-09-28-1.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 8.2.11 Released!</title>
+  <id>https://www.php.net/archive/2023.php#2023-09-28-1</id>
+  <published>2023-09-28T14:31:39+00:00</published>
+  <updated>2023-09-28T14:31:39+00:00</updated>
+  <link href="https://www.php.net/index.php#2023-09-28-1"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2023.php#2023-09-28-1"; 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.2.11. This is a bug fix release.</p>
+
+      <p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
+
+      <p>
+        For source downloads of PHP 8.2.11 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.2.11";>ChangeLog</a>.
+      </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 36fcd8a2d4..35d9ee5d74 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.2.10' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_2_10.php',
+      ),
+      'tags' => 
+      array (
+      ),
+      'date' => '31 Aug 2023',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.2.10.tar.gz',
+          'name' => 'PHP 8.2.10 (tar.gz)',
+          'sha256' => 
'7e3e277d6eab652616f90bc7c75991179c0512953933ceba27496fb5514f7e78',
+          'date' => '31 Aug 2023',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.2.10.tar.bz2',
+          'name' => 'PHP 8.2.10 (tar.bz2)',
+          'sha256' => 
'cc9834e8f1b613d7677af8843c3651e9829abca8ebfe9079251d0d85d9a0aa3e',
+          'date' => '31 Aug 2023',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.2.10.tar.xz',
+          'name' => 'PHP 8.2.10 (tar.xz)',
+          'sha256' => 
'561dc4acd5386e47f25be76f2c8df6ae854756469159248313bcf276e282fbb3',
+          'date' => '31 Aug 2023',
+        ),
+      ),
+      'museum' => false,
+    ),
     '8.1.22' => 
     array (
       'announcement' => 
diff --git a/releases/8_2_11.php b/releases/8_2_11.php
new file mode 100644
index 0000000000..9c0bfe7dca
--- /dev/null
+++ b/releases/8_2_11.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_2_11.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.2.11 Release Announcement');
+?>
+<h1>PHP 8.2.11 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
8.2.11. This is a bug fix release.</p>
+
+<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.2.11 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.2.11";>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