Author: Calvin Buckley (NattyNarwhal)
Date: 2025-07-31T19:46:43-03:00

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

Announce PHP 8.4.11

Changed paths:
  A  archive/entries/2025-07-31-2.xml
  A  releases/8_4_11.php
  M  ChangeLog-8.php
  M  archive/archive.xml
  M  include/release-qa.php
  M  include/releases.inc
  M  include/version.inc


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index 97ad01069c..215bc9ac2b 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -9,6 +9,87 @@
 
 <a id="PHP_8_4"></a>
 
+<section class="version" id="8.4.11"><!-- {{{ 8.4.11 -->
+<h3>Version 8.4.11</h3>
+<b><?php release_date('31-Jul-2025'); ?></b>
+<ul><li>Calendar:
+<ul>
+  <li>Fixed jewishtojd overflow on year argument.</li>
+</ul></li>
+<li>Core:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18833); ?> (Use after free 
with weakmaps dependent on destruction order).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18907); ?> (Leak when 
creating cycle in hook).</li>
+  <li>Fix OSS-Fuzz #427814456.</li>
+  <li>Fix OSS-Fuzz #428983568 and #428760800.</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 17204); ?> (-Wuseless-escape 
warnings emitted by re2c).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19064); ?> (Undefined symbol 
'execute_ex' on Windows ARM64).</li>
+</ul></li>
+<li>Curl:
+<ul>
+  <li>Fix memory leaks when returning refcounted value from curl callback.</li>
+  <li>Remove incorrect string release.</li>
+</ul></li>
+<li>DOM:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18979); ?> 
(Dom\XMLDocument::createComment() triggers undefined behavior with null 
byte).</li>
+</ul></li>
+<li>LDAP:
+<ul>
+  <li>Fixed <?php githubissuel('php/php-src', 18902); ?> 
ldap_exop/ldap_exop_sync assert triggered on empty request OID.</li>
+</ul></li>
+<li>MbString:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18901); ?> (integer overflow 
mb_split).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18639); ?> (Internal class 
aliases can break preloading + JIT).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18899); ?> (JIT function 
crash when emitting undefined variable warning and opline is not set yet).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 14082); ?> (Segmentation 
fault on unknown address 0x600000000018 in ext/opcache/jit/zend_jit.c).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18898); ?> (SEGV 
zend_jit_op_array_hot with property hooks and preloading).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li><?php bugfix(80770); ?> (It is not possible to get client peer 
certificate with stream_socket_server).</li>
+</ul></li>
+<li>PCNTL:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18958); ?> (Fatal error 
during shutdown after pcntl_rfork() or pcntl_forkx() with 
zend-max-execution-timers).</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li>Fix stream double free in phar.</li>
+  <li>Fix phar crash and file corruption with SplFileObject.</li>
+</ul></li>
+<li>SOAP:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18990); ?>, bug #81029, bug 
#47314 (SOAP HTTP socket not closing on object destruction).</li>
+  <li>Fix memory leak when URL parsing fails in redirect.</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19094); ?> (Attaching class 
with no Iterator implementation to MultipleIterator causes crash).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li>Fix misleading errors in printf().</li>
+  <li>Fix RCN violations in array functions.</li>
+  <li>Fixed <?php githubissuel('php/php-src', 18976); ?> pack() overflow with 
h/H format and INT_MAX repeater value.</li>
+</ul></li>
+<li>Streams:
+<ul>
+  <li>Fixed <?php githubissuel('php/php-src', 13264); ?> (fgets() and 
stream_get_line() do not return false on filter fatal error).</li>
+</ul></li>
+<li>Zip:
+<ul>
+  <li>Fix leak when path is too long in ZipArchive::extractTo().</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="8.4.10"><!-- {{{ 8.4.10 -->
 <h3>Version 8.4.10</h3>
 <b><?php release_date('03-Jul-2025'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index c91cae0b16..074da3b3ac 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/2025-07-31-2.xml"/>
   <xi:include href="entries/2025-07-31-1.xml"/>
   <xi:include href="entries/2025-07-30-1.xml"/>
   <xi:include href="entries/2025-07-17-1.xml"/>
diff --git a/archive/entries/2025-07-31-2.xml b/archive/entries/2025-07-31-2.xml
new file mode 100644
index 0000000000..ff53f29164
--- /dev/null
+++ b/archive/entries/2025-07-31-2.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 8.4.11 Released!</title>
+  <id>https://www.php.net/archive/2025.php#2025-07-31-2</id>
+  <published>2025-07-31T22:42:04+00:00</published>
+  <updated>2025-07-31T22:42:04+00:00</updated>
+  <link href="https://www.php.net/index.php#2025-07-31-2"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2025.php#2025-07-31-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.4.11. This is a bug fix 
release.</p>
+
+<p>All PHP 8.4 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.4.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.4.11";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/release-qa.php b/include/release-qa.php
index 95c73f67cd..d026d0f7ba 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -88,12 +88,12 @@
         'active'  => true,
         'release' => [
             'type'       => 'RC',
-            'number'     => 1,
-            'sha256_bz2' => 
'641fcd2da3c066a0799cf469ee8491d98502cf5877be5cf07b3d648ac74f83f8',
-            'sha256_gz'  => 
'c19c5daa94c8171c5ceb04214212cc7cc5c284804de0f60e2a78d3aec5e65900',
-            'sha256_xz'  => 
'7568a75d1f220fe224dc56b17f9252bdc366ad9afcc35d8785d58cd1222f6e1f',
+            'number'     => 0,
+            'sha256_bz2' => '',
+            'sha256_gz'  => '',
+            'sha256_xz'  => '',
             'date'       => '17 Jul 2025',
-            'baseurl'    => 'https://downloads.php.net/~calvinb/',
+            'baseurl'    => 'https://downloads.php.net/',
         ],
     ],
 
diff --git a/include/releases.inc b/include/releases.inc
index 1441de15bc..616dcaa846 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.4.10' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_4_10.php',
+      ),
+      'tags' => 
+      array (
+        0 => 'security',
+      ),
+      'date' => '3 Jul 2025',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.4.10.tar.gz',
+          'name' => 'PHP 8.4.10 (tar.gz)',
+          'sha256' => 
'bd25c40ece60d1b3c879c11f517d335b8d6a872174c32ebb088b9494d8bb2cf2',
+          'date' => '3 Jul 2025',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.4.10.tar.bz2',
+          'name' => 'PHP 8.4.10 (tar.bz2)',
+          'sha256' => 
'8815d10659cde5f03be4d169205d62b7b29ed0edc7cdd84b6384cda0310c3108',
+          'date' => '3 Jul 2025',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.4.10.tar.xz',
+          'name' => 'PHP 8.4.10 (tar.xz)',
+          'sha256' => 
'14983a9ef8800e6bc2d920739fd386054402f7976ca9cd7f711509496f0d2632',
+          'date' => '3 Jul 2025',
+        ),
+      ),
+      'museum' => false,
+    ),
     '8.3.23' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 9d188a37c3..5c039b63a8 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -20,13 +20,13 @@ $RELEASES = (function () {
 
     /* PHP 8.4 Release */
     $data['8.4'] = [
-        'version' => '8.4.10',
-        'date' => '3 Jul 2025',
-        'tags' => ['security'], // Set to ['security'] for security releases.
+        'version' => '8.4.11',
+        'date' => '31 Jul 2025',
+        'tags' => [''], // Set to ['security'] for security releases.
         'sha256' => [
-            'tar.gz' => 
'bd25c40ece60d1b3c879c11f517d335b8d6a872174c32ebb088b9494d8bb2cf2',
-            'tar.bz2' => 
'8815d10659cde5f03be4d169205d62b7b29ed0edc7cdd84b6384cda0310c3108',
-            'tar.xz' => 
'14983a9ef8800e6bc2d920739fd386054402f7976ca9cd7f711509496f0d2632',
+            'tar.gz' => 
'422548cd8cf14ab0264ba510d3586476b0e77a3272356ba486bc82e706dc6cc8',
+            'tar.bz2' => 
'2c39c75b54df89b01195b72ad0ee1fcd490c71db18bc52bcd61fb2ffb57b26fa',
+            'tar.xz' => 
'04cd331380a8683a5c2503938eb51764d48d507c53ad4208d2c82e0eed779a00',
         ]
     ];
 
diff --git a/releases/8_4_11.php b/releases/8_4_11.php
new file mode 100644
index 0000000000..d2e7ff9cc4
--- /dev/null
+++ b/releases/8_4_11.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_4_11.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.4.11 Release Announcement');
+?>
+<h1>PHP 8.4.11 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
8.4.11. This is a bug fix release.</p>
+
+<p>All PHP 8.4 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.4.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.4.11";>ChangeLog</a>.
+</p>
+<?php site_footer();

Reply via email to