Author: Sergey Panteleev (saundefined)
Date: 2024-10-24T16:06:35+03:00

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

Announce PHP 8.2.25

Changed paths:
  A  archive/entries/2024-10-24-2.xml
  A  releases/8_2_25.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 77a730a60c..5eb58d9d59 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -1217,6 +1217,119 @@
 
 <a id="PHP_8_2"></a>
 
+<section class="version" id="8.2.25"><!-- {{{ 8.2.25 -->
+<h3>Version 8.2.25</h3>
+<b><?php release_date('24-Oct-2024'); ?></b>
+<ul><li>Calendar:
+<ul>
+  <li>Fixed <?php githubissuel('php/php-src', 16240); ?>: jdtounix overflow on 
argument value.</li>
+  <li>Fixed <?php githubissuel('php/php-src', 16241); ?>: 
easter_days/easter_date overflow on year argument.</li>
+  <li>Fixed <?php githubissuel('php/php-src', 16263); ?>: jddayofweek 
overflow.</li>
+  <li>Fixed <?php githubissuel('php/php-src', 16234); ?>: jewishtojd 
overflow.</li>
+</ul></li>
+<li>CLI:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16137); ?>: duplicate http 
headers when set several times by the client.</li>
+</ul></li>
+<li>Core:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 15712); ?>: zend_strtod 
overflow with precision INI set on large value.</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 15905); ?> (Assertion 
failure for TRACK_VARS_SERVER).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 15907); ?> (Failed assertion 
when promoting Serialize deprecation to exception).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 15851); ?> (Segfault when 
printing backtrace during cleanup of nested generator frame).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 15866); ?> (Core dumped in 
Zend/zend_generators.c).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16188); ?> (Assertion 
failure in Zend/zend_exceptions.c).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16233); ?> (Observer 
segfault when calling user function in internal function via trampoline).</li>
+</ul></li>
+<li>Date:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 15582); ?>: Crash when not 
calling parent constructor of DateTimeZone.</li>
+  <li>Fixed regression where signs after the first one were ignored while 
parsing a signed integer, with the DateTimeInterface::modify() function.</li>
+</ul></li>
+<li>DOM:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16039); ?> (Segmentation 
fault (access null pointer) in ext/dom/parentnode/tree.c).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16151); ?> (Assertion 
failure in ext/dom/parentnode/tree.c).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16232); ?> (bitshift 
overflow on wbmp file content reading / fix backport from upstream).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 12264); ?> 
(overflow/underflow on imagerotate degrees value) (David Carlier)</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16274); ?> (imagescale 
underflow on RBG channels / fix backport from upstream).</li>
+</ul></li>
+<li>LDAP:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16032); ?> (Various NULL 
pointer dereferencements in ldap_modify_batch()).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16101); ?> (Segfault in 
ldap_list(), ldap_read(), and ldap_search() when LDAPs array is not a 
list).</li>
+  <li>Fix <?php githubissuel('php/php-src', 16132); ?> (php_ldap_do_modify() 
attempts to free pointer not allocated by ZMM.).</li>
+  <li>Fix <?php githubissuel('php/php-src', 16136); ?> (Memory leak in 
php_ldap_do_modify() when entry is not a proper dictionary).</li>
+</ul></li>
+<li>MBString:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16261); ?> (Reference 
invariant broken in mb_convert_variables()).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li>Fixed stub for openssl_csr_new.</li>
+</ul></li>
+<li>PCRE:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16189); ?> (underflow on 
offset argument).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16184); ?> (UBSan address 
overflowed in ext/pcre/php_pcre.c).</li>
+</ul></li>
+<li>PHPDBG:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 15901); ?> (phpdbg: 
Assertion failure on i funcs).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16181); ?> (phpdbg: exit in 
exception handler reports fatal error).</li>
+</ul></li>
+<li>Reflection:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16187); ?> (Assertion 
failure in ext/reflection/php_reflection.c).</li>
+</ul></li>
+<li>SAPI:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 15395); ?> (php-fpm: 
zend_mm_heap corrupted with cgi-fcgi request).</li>
+</ul></li>
+<li>SimpleXML:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 15837); ?> (Segmentation 
fault in ext/simplexml/simplexml.c).</li>
+</ul></li>
+<li>Sockets:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16267); ?> (socket_strerror 
overflow on errno argument).</li>
+</ul></li>
+<li>SOAP:
+<ul>
+  <li><?php bugfix(62900); ?> (Wrong namespace on xsd import error 
message).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16237); ?> (Segmentation 
fault when cloning SoapServer).</li>
+  <li>Fix Soap leaking http_msg on error.</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16256); ?> (Assertion 
failure in ext/soap/php_encoding.c:460).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16259); ?> (Soap segfault 
when classmap instantiation fails).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 15613); ?> (overflow on 
unpack call hex string repeater).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 15937); ?> (overflow on 
stream timeout option value).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16053); ?> (Assertion 
failure in Zend/zend_hash.c).</li>
+</ul></li>
+<li>Streams:
+<ul>
+  <li>Fixed bugs <?php githubissuel('php/php-src', 15908); ?> and <?php 
githubissuel('php/php-src', 15026); ?> (leak / assertion failure in 
streams.c).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 15980); ?> (Signed integer 
overflow in main/streams/streams.c).</li>
+</ul></li>
+<li>TSRM:
+<ul>
+  <li>Prevent closing of unrelated handles.</li>
+</ul></li>
+<li>XML:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 15868); ?> (Assertion 
failure in xml_parse_into_struct after exception).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="8.2.24"><!-- {{{ 8.2.24 -->
 <h3>Version 8.2.24</h3>
 <b><?php release_date('26-Sep-2024'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 7a1e22b09a..bd7905c1fa 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-10-24-2.xml"/>
   <xi:include href="entries/2024-10-24-1.xml"/>
   <xi:include href="entries/2024-10-10-1.xml"/>
   <xi:include href="entries/2024-09-26-4.xml"/>
diff --git a/archive/entries/2024-10-24-2.xml b/archive/entries/2024-10-24-2.xml
new file mode 100644
index 0000000000..cf97cf1f43
--- /dev/null
+++ b/archive/entries/2024-10-24-2.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 8.2.25 Released!</title>
+  <id>https://www.php.net/archive/2024.php#2024-10-24-2</id>
+  <published>2024-10-24T12:54:49+00:00</published>
+  <updated>2024-10-24T12:54:49+00:00</updated>
+  <link href="https://www.php.net/index.php#2024-10-24-2"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2024.php#2024-10-24-2"; 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.25. 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.25 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.25";>ChangeLog</a>.
+      </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index acb85d6753..9ab8da945d 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.2.24' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_2_24.php',
+      ),
+      'tags' => 
+      array (
+        0 => 'security',
+      ),
+      'date' => '26 Sep 2024',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.2.24.tar.gz',
+          'name' => 'PHP 8.2.24 (tar.gz)',
+          'sha256' => 
'5d26441969279a594e404bb9f2e17b6f74bb10606fe05911e739137673ae6c4c',
+          'date' => '26 Sep 2024',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.2.24.tar.bz2',
+          'name' => 'PHP 8.2.24 (tar.bz2)',
+          'sha256' => 
'4cc76ec644eee97d17c92bfe8d0e84714fedf299a538b7dfadc0639dd0dc432f',
+          'date' => '26 Sep 2024',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.2.24.tar.xz',
+          'name' => 'PHP 8.2.24 (tar.xz)',
+          'sha256' => 
'80a5225746a9eb484475b312d4c626c63a88a037d8e56d214f30205e1ba1411a',
+          'date' => '26 Sep 2024',
+        ),
+      ),
+      'museum' => false,
+    ),
     '8.3.12' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 3c440ff0ae..7cf9494d89 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.24',
-        'date' => '26 Sep 2024',
-        'tags' => ['security'], // Set to ['security'] for security releases.
+        'version' => '8.2.25',
+        'date' => '24 Oct 2024',
+        'tags' => [], // Set to ['security'] for security releases.
         'sha256' => [
-            'tar.gz' => 
'5d26441969279a594e404bb9f2e17b6f74bb10606fe05911e739137673ae6c4c',
-            'tar.bz2' => 
'4cc76ec644eee97d17c92bfe8d0e84714fedf299a538b7dfadc0639dd0dc432f',
-            'tar.xz' => 
'80a5225746a9eb484475b312d4c626c63a88a037d8e56d214f30205e1ba1411a',
+            'tar.gz' => 
'7fe7ba6e3e66cd0e61cfa95341e6aefc8790030a7867333f54aef5fb78aad18b',
+            'tar.bz2' => 
'07b41c5e96c60c096510e45f02f818414d11bdd0d5da1b6840ddba2ba7289401',
+            'tar.xz' => 
'330b54876ea1d05ade12ee9726167332058bccd58dffa1d4e12117f6b4f616b9',
         ]
     ];
 
diff --git a/releases/8_2_25.php b/releases/8_2_25.php
new file mode 100644
index 0000000000..e79a6067b5
--- /dev/null
+++ b/releases/8_2_25.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_2_25.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.2.25 Release Announcement');
+?>
+<h1>PHP 8.2.25 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
8.2.25. 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.25 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.25";>ChangeLog</a>.
+</p>
+<?php site_footer();

Reply via email to