Author: Jakub Zelenka (bukka)
Date: 2024-08-29T22:42:55+01:00

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

Announce PHP 8.3.11

Changed paths:
  A  archive/entries/2024-08-29-3.xml
  A  releases/8_3_11.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 74f8f2675a..b91a3ec8d6 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -8,6 +8,83 @@
 ?>
 <a id="PHP_8_3"></a>
 
+<section class="version" id="8.3.11"><!-- {{{ 8.3.11 -->
+<h3>Version 8.3.11</h3>
+<b><?php release_date('29-Aug-2024'); ?></b>
+<ul><li>Core:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 15020); ?> (Memory leak in 
Zend/Optimizer/escape_analysis.c).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 15023); ?> (Memory leak in 
Zend/zend_ini.c).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 13330); ?> (Append 
-Wno-implicit-fallthrough flag conditionally).</li>
+  <li>Fix uninitialized memory in network.c.</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 15108); ?> (Segfault when 
destroying generator during shutdown).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 15275); ?> (Crash during GC 
of suspended generator delegate).</li>
+</ul></li>
+<li>Curl:
+<ul>
+  <li>Fixed case when curl_error returns an empty string.</li>
+</ul></li>
+<li>DOM:
+<ul>
+  <li>Fix UAF when removing doctype and using foreach iteration.</li>
+</ul></li>
+<li>FFI:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 14286); ?> (ffi enum type 
(when enum has no name) make memory leak).</li>
+</ul></li>
+<li>Hash:
+<ul>
+  <li>Fix crash when converting array data for array in shm in xxh3.</li>
+</ul></li>
+<li>Intl:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 15087); ?> 
(IntlChar::foldCase()'s $option is not optional).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 13817); ?> (Segmentation 
fault for enabled observers after pass 4).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 13775); ?> (Memory leak 
possibly related to opcache SHM placement).</li>
+</ul></li>
+<li>Output:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 15179); ?> (Segmentation 
fault (null pointer dereference) in ext/standard/url_scanner_ex.re).</li>
+</ul></li>
+<li>PDO_Firebird:
+<ul>
+  <li>Fix bogus fallthrough path in firebird_handle_get_attribute().</li>
+</ul></li>
+<li>PHPDBG:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 13199); ?> (EOF emits 
redundant prompt in phpdbg local console mode with libedit/readline).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 15268); ?> (heap buffer 
overflow in phpdbg (zend_hash_num_elements() Zend/zend_hash.h)).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 15210); ?> use-after-free on 
watchpoint allocations.</li>
+</ul></li>
+<li>Soap:
+<ul>
+  <li><?php bugfix(55639); ?> (Digest autentication dont work).</li>
+  <li>Fix SoapFault property destruction.</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 15252); ?> (SOAP XML broken 
since PHP 8.3.9 when using classmap constructor option).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li>Fix passing non-finite timeout values in stream functions.</li>
+  <li>Fixed <?php githubissuel('php/php-src', 14780); ?> p(f)sockopen timeout 
overflow.</li>
+</ul></li>
+<li>Streams:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 15028); ?> (Memory leak in 
ext/phar/stream.c).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 15034); ?> (Integer overflow 
on stream_notification_callback byte_max parameter with files bigger than 
2GB).</li>
+  <li>Reverted fix for <?php githubissuel('php/php-src', 14930); ?> (Custom 
stream wrapper dir_readdir output truncated to 255 characters).</li>
+</ul></li>
+<li>Tidy:
+<ul>
+  <li>Fix memory leaks in ext/tidy basedir restriction code.</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="8.3.10"><!-- {{{ 8.3.10 -->
 <h3>Version 8.3.10</h3>
 <b><?php release_date('01-Aug-2024'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index e282cdeeb7..02b5b40448 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/2024-08-29-3.xml"/>
   <xi:include href="entries/2024-08-29-2.xml"/>
   <xi:include href="entries/2024-08-29-1.xml"/>
   <xi:include href="entries/2024-08-27-1.xml"/>
diff --git a/archive/entries/2024-08-29-3.xml b/archive/entries/2024-08-29-3.xml
new file mode 100644
index 0000000000..f42b235e7d
--- /dev/null
+++ b/archive/entries/2024-08-29-3.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 8.3.11 Released!</title>
+  <id>https://www.php.net/archive/2024.php#2024-08-29-3</id>
+  <published>2024-08-29T21:40:58+00:00</published>
+  <updated>2024-08-29T21:40:58+00:00</updated>
+  <link href="https://www.php.net/index.php#2024-08-29-3"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2024.php#2024-08-29-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.3.11. This is a bug fix 
release.</p>
+
+<p>All PHP 8.3 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.3.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.3.11";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index a756d96bec..77d01e7e0f 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.3.10' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_3_10.php',
+      ),
+      'tags' => 
+      array (
+      ),
+      'date' => '01 Aug 2024',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.3.10.tar.gz',
+          'name' => 'PHP 8.3.10 (tar.gz)',
+          'sha256' => 
'd0b4dd5ff465053248fd28dacf2fe0bed79deaaef657890cecb6bfcb73996dcd',
+          'date' => '01 Aug 2024',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.3.10.tar.bz2',
+          'name' => 'PHP 8.3.10 (tar.bz2)',
+          'sha256' => 
'e584199c350b46343c37069bb9cc20ad893cb04c747c899ef1b05eadc0eea3b0',
+          'date' => '01 Aug 2024',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.3.10.tar.xz',
+          'name' => 'PHP 8.3.10 (tar.xz)',
+          'sha256' => 
'a0f2179d00931fe7631a12cbc3428f898ca3d99fe564260c115af381d2a1978d',
+          'date' => '01 Aug 2024',
+        ),
+      ),
+      'museum' => false,
+    ),
     '8.2.22' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index ca7b54ea85..9ffbbd47e3 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -20,13 +20,13 @@ $RELEASES = (function () {
 
     /* PHP 8.3 Release */
     $data['8.3'] = [
-        'version' => '8.3.10',
-        'date' => '01 Aug 2024',
+        'version' => '8.3.11',
+        'date' => '29 Aug 2024',
         'tags' => [], // Set to ['security'] for security releases.
         'sha256' => [
-            'tar.gz' => 
'd0b4dd5ff465053248fd28dacf2fe0bed79deaaef657890cecb6bfcb73996dcd',
-            'tar.bz2' => 
'e584199c350b46343c37069bb9cc20ad893cb04c747c899ef1b05eadc0eea3b0',
-            'tar.xz' => 
'a0f2179d00931fe7631a12cbc3428f898ca3d99fe564260c115af381d2a1978d',
+            'tar.gz' => 
'b93a69af83a1302543789408194bd1ae9829e116e784d578778200f20f1b72d40',
+            'tar.bz2' => 
'6640e2455080a89adc41d4e57bb04f8c2bfb7eec627fe199af973bff34d7f0ee',
+            'tar.xz' => 
'b862b098a08ab9bf4b36ed12c7d0d9f65353656b36fb0e3c5344093aceb35802',
         ]
     ];
 
diff --git a/releases/8_3_11.php b/releases/8_3_11.php
new file mode 100644
index 0000000000..8cb487d355
--- /dev/null
+++ b/releases/8_3_11.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_3_11.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.3.11 Release Announcement');
+?>
+<h1>PHP 8.3.11 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
8.3.11. This is a bug fix release.</p>
+
+<p>All PHP 8.3 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.3.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.3.11";>ChangeLog</a>.
+</p>
+<?php site_footer();

Reply via email to