Author: Pierrick Charron (adoy)
Date: 2024-11-20T22:53:20-05:00

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

Announce PHP 8.2.26

Changed paths:
  A  archive/entries/2024-11-21-1.xml
  A  releases/8_2_26.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 5eb58d9d59..8ca884a937 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -1217,6 +1217,178 @@
 
 <a id="PHP_8_2"></a>
 
+<section class="version" id="8.2.26"><!-- {{{ 8.2.26 -->
+<h3>Version 8.2.26</h3>
+<b><?php release_date('21-Nov-2024'); ?></b>
+<ul><li>CLI:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16373); ?> (Shebang is not 
skipped for router script in cli-server started through shebang).</li>
+  <li>Fixed bug <?php githubsecurityl('php/php-src', '4w77-75f9-2c8w'); ?> 
(Heap-Use-After-Free in sapi_read_post_data Processing in CLI SAPI 
Interface).</li>
+</ul></li>
+<li>COM:
+<ul>
+  <li>Fixed out of bound writes to SafeArray data.</li>
+</ul></li>
+<li>Core:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16168); ?> (php 8.1 and 
earlier crash immediately when compiled with Xcode 16 clang on macOS 15).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16371); ?> (Assertion 
failure in Zend/zend_weakrefs.c:646).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16515); ?> (Incorrect 
propagation of ZEND_ACC_RETURN_REFERENCE for call trampoline).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16509); ?> (Incorrect line 
number in function redeclaration error).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16508); ?> (Incorrect line 
number in inheritance errors of delayed early bound classes).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16648); ?> (Use-after-free 
during array sorting).</li>
+</ul></li>
+<li>Curl:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16302); ?> (CurlMultiHandle 
holds a reference to CurlHandle if curl_multi_add_handle fails).</li>
+</ul></li>
+<li>Date:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16454); ?> (Unhandled INF in 
date_sunset() with tiny $utcOffset).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16037); ?> (Assertion 
failure in ext/date/php_date.c).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 14732); ?> (date_sun_info() 
fails for non-finite values).</li>
+</ul></li>
+<li>DBA:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16390); ?> (dba_open() can 
segfault for "pathless" streams).</li>
+</ul></li>
+<li>DOM:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16316); ?> (DOMXPath breaks 
when not initialized properly).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16473); ?> 
(dom_import_simplexml stub is wrong).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16533); ?> (Segfault when 
adding attribute to parent that is not an element).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16535); ?> (UAF when using 
document as a child).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16593); ?> (Assertion 
failure in DOM-&gt;replaceChild).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16595); ?> (Another UAF in 
DOM -&gt; cloneNode).</li>
+</ul></li>
+<li>EXIF:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16409); ?> (Segfault in 
exif_thumbnail when not dealing with a real file).</li>
+</ul></li>
+<li>FFI:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16397); ?> (Segmentation 
fault when comparing FFI object).</li>
+</ul></li>
+<li>Filter:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16523); ?> 
(FILTER_FLAG_HOSTNAME accepts ending hyphen).</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16628); ?> (FPM logs are 
getting corrupted with this log statement).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16334); ?> (imageaffine 
overflow on matrix elements).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16427); ?> (Unchecked 
libavif return values).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16559); ?> (UBSan abort in 
ext/gd/libgd/gd_interpolation.c:1007).</li>
+</ul></li>
+<li>GMP:
+<ul>
+  <li>Fixed floating point exception bug with gmp_pow when using large 
exposant values. (David Carlier).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16411); ?> (gmp_export() can 
cause overflow).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16501); ?> 
(gmp_random_bits() can cause overflow).</li>
+  <li>Fixed gmp_pow() overflow bug with large base/exponents.</li>
+  <li>Fixed segfaults and other issues related to operator overloading with 
GMP objects.</li>
+</ul></li>
+<li>LDAP:
+<ul>
+  <li>Fixed bug <?php githubsecurityl('php/php-src', 'g665-fm4p-vhff'); ?> 
(OOB access in ldap_escape). (CVE-2024-8932)</li>
+</ul></li>
+<li>MBstring:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16361); ?> (mb_substr 
overflow on start/length arguments).</li>
+</ul></li>
+<li>MySQLnd:
+<ul>
+  <li>Fixed bug <?php githubsecurityl('php/php-src', 'h35g-vwh6-m678'); ?> 
(Leak partial content of the heap through heap buffer over-read). 
(CVE-2024-8929)</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16357); ?> (openssl may 
modify member types of certificate arrays).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16433); ?> (Large values for 
openssl_csr_sign() $days overflow).</li>
+  <li>Fix various memory leaks on error conditions in 
openssl_x509_parse().</li>
+</ul></li>
+<li>PDO DBLIB:
+<ul>
+  <li>Fixed bug <?php githubsecurityl('php/php-src', '5hqh-c84r-qjcv'); ?> 
(Integer overflow in the dblib quoter causing OOB writes). (CVE-2024-11236)</li>
+</ul></li>
+<li>PDO Firebird:
+<ul>
+  <li>Fixed bug <?php githubsecurityl('php/php-src', '5hqh-c84r-qjcv'); ?> 
(Integer overflow in the firebird quoter causing OOB writes). 
(CVE-2024-11236)</li>
+</ul></li>
+<li>PDO ODBC:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16450); ?> (PDO_ODBC can 
inject garbage into field values).</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16406); ?> (Assertion 
failure in ext/phar/phar.c:2808).</li>
+</ul></li>
+<li>PHPDBG:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16174); ?> (Empty string is 
an invalid expression for ev).</li>
+</ul></li>
+<li>Reflection:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16601); ?> (Memory leak in 
Reflection constructors).</li>
+</ul></li>
+<li>Session:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16385); ?> (Unexpected null 
returned by session_set_cookie_params).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16290); ?> (overflow on 
cookie_lifetime ini value).</li>
+</ul></li>
+<li>SOAP:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16429); ?> (Segmentation 
fault access null pointer in SoapClient).</li>
+</ul></li>
+<li>Sockets:
+<ul>
+  <li>Fixed bug with overflow socket_recvfrom $length argument.</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16337); ?> (Use-after-free 
in SplHeap).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16464); ?> (Use-after-free 
in SplDoublyLinkedList::offsetSet()).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16479); ?> (Use-after-free 
in SplObjectStorage::setInfo()).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16478); ?> (Use-after-free 
in SplFixedArray::unset()).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16588); ?> (UAF in 
Observer-&gt;serialize).</li>
+  <li>Fix <?php githubissuel('php/php-src', 16477); ?> (Segmentation fault 
when calling __debugInfo() after failed SplFileObject::__constructor).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16589); ?> (UAF in 
SplDoublyLinked-&gt;serialize()).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 14687); ?> (segfault on 
SplObjectIterator instance).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16604); ?> (Memory leaks in 
SPL constructors).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16646); ?> (UAF in 
ArrayObject::unset() and ArrayObject::exchangeArray()).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16293); ?> (Failed assertion 
when throwing in assert() callback with bail enabled).</li>
+</ul></li>
+<li>Streams:
+<ul>
+  <li>Fixed bug <?php githubsecurityl('php/php-src', 'c5f2-jwm7-mmq2'); ?> 
(Configuring a proxy in a stream context might allow for CRLF injection in 
URIs). (CVE-2024-11234)</li>
+  <li>Fixed bug <?php githubsecurityl('php/php-src', 'r977-prxv-hc43'); ?> 
(Single byte overread with convert.quoted-printable-decode filter). 
(CVE-2024-11233)</li>
+</ul></li>
+<li>SysVMsg:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16592); ?> (msg_send() 
crashes when a type does not properly serialized).</li>
+</ul></li>
+<li>SysVShm:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16591); ?> (Assertion error 
in shm_put_var).</li>
+</ul></li>
+<li>XMLReader:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16292); ?> (Segmentation 
fault in ext/xmlreader/php_xmlreader.c).</li>
+</ul></li>
+<li>Zlib:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16326); ?> (Memory 
management is broken for bad dictionaries.) (cmb)</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="8.2.25"><!-- {{{ 8.2.25 -->
 <h3>Version 8.2.25</h3>
 <b><?php release_date('24-Oct-2024'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index ab200dcceb..64f4561818 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-11-21-1.xml"/>
   <xi:include href="entries/2024-11-07-1.xml"/>
   <xi:include href="entries/2024-10-24-3.xml"/>
   <xi:include href="entries/2024-10-24-2.xml"/>
diff --git a/archive/entries/2024-11-21-1.xml b/archive/entries/2024-11-21-1.xml
new file mode 100644
index 0000000000..11ea4fabf2
--- /dev/null
+++ b/archive/entries/2024-11-21-1.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 8.2.26 Released!</title>
+  <id>https://www.php.net/archive/2024.php#2024-11-21-1</id>
+  <published>2024-11-21T03:50:54+00:00</published>
+  <updated>2024-11-21T03:50:54+00:00</updated>
+  <link href="https://www.php.net/index.php#2024-11-21-1"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2024.php#2024-11-21-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.26. This is a security 
release.</p>
+
+<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.2.26 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.26";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 9ab8da945d..6fdba06766 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.2.25' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_2_25.php',
+      ),
+      'tags' => 
+      array (
+      ),
+      'date' => '24 Oct 2024',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.2.25.tar.gz',
+          'name' => 'PHP 8.2.25 (tar.gz)',
+          'sha256' => 
'7fe7ba6e3e66cd0e61cfa95341e6aefc8790030a7867333f54aef5fb78aad18b',
+          'date' => '24 Oct 2024',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.2.25.tar.bz2',
+          'name' => 'PHP 8.2.25 (tar.bz2)',
+          'sha256' => 
'07b41c5e96c60c096510e45f02f818414d11bdd0d5da1b6840ddba2ba7289401',
+          'date' => '24 Oct 2024',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.2.25.tar.xz',
+          'name' => 'PHP 8.2.25 (tar.xz)',
+          'sha256' => 
'330b54876ea1d05ade12ee9726167332058bccd58dffa1d4e12117f6b4f616b9',
+          'date' => '24 Oct 2024',
+        ),
+      ),
+      'museum' => false,
+    ),
     '8.2.24' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 7cf9494d89..a35ea647d9 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -32,13 +32,13 @@ $RELEASES = (function () {
 
     /* PHP 8.2 Release */
     $data['8.2'] = [
-        'version' => '8.2.25',
-        'date' => '24 Oct 2024',
-        'tags' => [], // Set to ['security'] for security releases.
+        'version' => '8.2.26',
+        'date' => '21 Nov 2024',
+        'tags' => ['security'], // Set to ['security'] for security releases.
         'sha256' => [
-            'tar.gz' => 
'7fe7ba6e3e66cd0e61cfa95341e6aefc8790030a7867333f54aef5fb78aad18b',
-            'tar.bz2' => 
'07b41c5e96c60c096510e45f02f818414d11bdd0d5da1b6840ddba2ba7289401',
-            'tar.xz' => 
'330b54876ea1d05ade12ee9726167332058bccd58dffa1d4e12117f6b4f616b9',
+            'tar.gz' => 
'04e47b46b347ed6404dcc9e9989486710b075eafc8490500fd271aeeac5d83cb',
+            'tar.bz2' => 
'be57c347d451c905bcb4336832a864d9928dd0e20989b872705fea0ba6476c6b',
+            'tar.xz' => 
'54747400cb4874288ad41a785e6147e2ff546cceeeb55c23c00c771ac125c6ef',
         ]
     ];
 
diff --git a/releases/8_2_26.php b/releases/8_2_26.php
new file mode 100644
index 0000000000..8bd2c45fa8
--- /dev/null
+++ b/releases/8_2_26.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_2_26.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.2.26 Release Announcement');
+?>
+<h1>PHP 8.2.26 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
8.2.26. This is a security release.</p>
+
+<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.2.26 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.26";>ChangeLog</a>.
+</p>
+<?php site_footer();

Reply via email to