Skip to content

Commit cf47180

Browse files
committed
Announce PHP 8.4.11
1 parent c33640c commit cf47180

File tree

7 files changed

+167
-11
lines changed

7 files changed

+167
-11
lines changed

ChangeLog-8.php

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,87 @@
99

1010
<a id="PHP_8_4"></a>
1111

12+
<section class="version" id="8.4.11"><!-- {{{ 8.4.11 -->
13+
<h3>Version 8.4.11</h3>
14+
<b><?php release_date('31-Jul-2025'); ?></b>
15+
<ul><li>Calendar:
16+
<ul>
17+
<li>Fixed jewishtojd overflow on year argument.</li>
18+
</ul></li>
19+
<li>Core:
20+
<ul>
21+
<li>Fixed bug <?php githubissuel('php/php-src', 18833); ?> (Use after free with weakmaps dependent on destruction order).</li>
22+
<li>Fixed bug <?php githubissuel('php/php-src', 18907); ?> (Leak when creating cycle in hook).</li>
23+
<li>Fix OSS-Fuzz #427814456.</li>
24+
<li>Fix OSS-Fuzz #428983568 and #428760800.</li>
25+
<li>Fixed bug <?php githubissuel('php/php-src', 17204); ?> (-Wuseless-escape warnings emitted by re2c).</li>
26+
<li>Fixed bug <?php githubissuel('php/php-src', 19064); ?> (Undefined symbol 'execute_ex' on Windows ARM64).</li>
27+
</ul></li>
28+
<li>Curl:
29+
<ul>
30+
<li>Fix memory leaks when returning refcounted value from curl callback.</li>
31+
<li>Remove incorrect string release.</li>
32+
</ul></li>
33+
<li>DOM:
34+
<ul>
35+
<li>Fixed bug <?php githubissuel('php/php-src', 18979); ?> (Dom\XMLDocument::createComment() triggers undefined behavior with null byte).</li>
36+
</ul></li>
37+
<li>LDAP:
38+
<ul>
39+
<li>Fixed <?php githubissuel('php/php-src', 18902); ?> ldap_exop/ldap_exop_sync assert triggered on empty request OID.</li>
40+
</ul></li>
41+
<li>MbString:
42+
<ul>
43+
<li>Fixed bug <?php githubissuel('php/php-src', 18901); ?> (integer overflow mb_split).</li>
44+
</ul></li>
45+
<li>Opcache:
46+
<ul>
47+
<li>Fixed bug <?php githubissuel('php/php-src', 18639); ?> (Internal class aliases can break preloading + JIT).</li>
48+
<li>Fixed bug <?php githubissuel('php/php-src', 18899); ?> (JIT function crash when emitting undefined variable warning and opline is not set yet).</li>
49+
<li>Fixed bug <?php githubissuel('php/php-src', 14082); ?> (Segmentation fault on unknown address 0x600000000018 in ext/opcache/jit/zend_jit.c).</li>
50+
<li>Fixed bug <?php githubissuel('php/php-src', 18898); ?> (SEGV zend_jit_op_array_hot with property hooks and preloading).</li>
51+
</ul></li>
52+
<li>OpenSSL:
53+
<ul>
54+
<li><?php bugfix(80770); ?> (It is not possible to get client peer certificate with stream_socket_server).</li>
55+
</ul></li>
56+
<li>PCNTL:
57+
<ul>
58+
<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>
59+
</ul></li>
60+
<li>Phar:
61+
<ul>
62+
<li>Fix stream double free in phar.</li>
63+
<li>Fix phar crash and file corruption with SplFileObject.</li>
64+
</ul></li>
65+
<li>SOAP:
66+
<ul>
67+
<li>Fixed bug <?php githubissuel('php/php-src', 18990); ?>, bug #81029, bug #47314 (SOAP HTTP socket not closing on object destruction).</li>
68+
<li>Fix memory leak when URL parsing fails in redirect.</li>
69+
</ul></li>
70+
<li>SPL:
71+
<ul>
72+
<li>Fixed bug <?php githubissuel('php/php-src', 19094); ?> (Attaching class with no Iterator implementation to MultipleIterator causes crash).</li>
73+
</ul></li>
74+
<li>Standard:
75+
<ul>
76+
<li>Fix misleading errors in printf().</li>
77+
<li>Fix RCN violations in array functions.</li>
78+
<li>Fixed <?php githubissuel('php/php-src', 18976); ?> pack() overflow with h/H format and INT_MAX repeater value.</li>
79+
</ul></li>
80+
<li>Streams:
81+
<ul>
82+
<li>Fixed <?php githubissuel('php/php-src', 13264); ?> (fgets() and stream_get_line() do not return false on filter fatal error).</li>
83+
</ul></li>
84+
<li>Zip:
85+
<ul>
86+
<li>Fix leak when path is too long in ZipArchive::extractTo().</li>
87+
</ul></li>
88+
</ul>
89+
<!-- }}} --></section>
90+
91+
92+
1293
<section class="version" id="8.4.10"><!-- {{{ 8.4.10 -->
1394
<h3>Version 8.4.10</h3>
1495
<b><?php release_date('03-Jul-2025'); ?></b>

archive/archive.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<uri>http://php.net/contact</uri>
1010
<email>[email protected]</email>
1111
</author>
12+
<xi:include href="entries/2025-07-31-2.xml"/>
1213
<xi:include href="entries/2025-07-31-1.xml"/>
1314
<xi:include href="entries/2025-07-30-1.xml"/>
1415
<xi:include href="entries/2025-07-17-1.xml"/>

archive/entries/2025-07-31-2.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 8.4.11 Released!</title>
4+
<id>https://www.php.net/archive/2025.php#2025-07-31-2</id>
5+
<published>2025-07-31T22:42:04+00:00</published>
6+
<updated>2025-07-31T22:42:04+00:00</updated>
7+
<link href="https://www.php.net/index.php#2025-07-31-2" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2025.php#2025-07-31-2" rel="via" type="text/html"/>
9+
<category term="releases" label="New PHP release"/>
10+
<category term="frontpage" label="PHP.net frontpage news"/>
11+
<content type="xhtml">
12+
<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>
13+
14+
<p>All PHP 8.4 users are encouraged to upgrade to this version.</p>
15+
16+
<p>For source downloads of PHP 8.4.11 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
17+
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
18+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.4.11">ChangeLog</a>.
19+
</p> </div>
20+
</content>
21+
</entry>

include/release-qa.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@
8888
'active' => true,
8989
'release' => [
9090
'type' => 'RC',
91-
'number' => 1,
92-
'sha256_bz2' => '641fcd2da3c066a0799cf469ee8491d98502cf5877be5cf07b3d648ac74f83f8',
93-
'sha256_gz' => 'c19c5daa94c8171c5ceb04214212cc7cc5c284804de0f60e2a78d3aec5e65900',
94-
'sha256_xz' => '7568a75d1f220fe224dc56b17f9252bdc366ad9afcc35d8785d58cd1222f6e1f',
91+
'number' => 0,
92+
'sha256_bz2' => '',
93+
'sha256_gz' => '',
94+
'sha256_xz' => '',
9595
'date' => '17 Jul 2025',
96-
'baseurl' => 'https://downloads.php.net/~calvinb/',
96+
'baseurl' => 'https://downloads.php.net/',
9797
],
9898
],
9999

include/releases.inc

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22
$OLDRELEASES = array (
33
8 =>
44
array (
5+
'8.4.10' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_4_10.php',
10+
),
11+
'tags' =>
12+
array (
13+
0 => 'security',
14+
),
15+
'date' => '3 Jul 2025',
16+
'source' =>
17+
array (
18+
0 =>
19+
array (
20+
'filename' => 'php-8.4.10.tar.gz',
21+
'name' => 'PHP 8.4.10 (tar.gz)',
22+
'sha256' => 'bd25c40ece60d1b3c879c11f517d335b8d6a872174c32ebb088b9494d8bb2cf2',
23+
'date' => '3 Jul 2025',
24+
),
25+
1 =>
26+
array (
27+
'filename' => 'php-8.4.10.tar.bz2',
28+
'name' => 'PHP 8.4.10 (tar.bz2)',
29+
'sha256' => '8815d10659cde5f03be4d169205d62b7b29ed0edc7cdd84b6384cda0310c3108',
30+
'date' => '3 Jul 2025',
31+
),
32+
2 =>
33+
array (
34+
'filename' => 'php-8.4.10.tar.xz',
35+
'name' => 'PHP 8.4.10 (tar.xz)',
36+
'sha256' => '14983a9ef8800e6bc2d920739fd386054402f7976ca9cd7f711509496f0d2632',
37+
'date' => '3 Jul 2025',
38+
),
39+
),
40+
'museum' => false,
41+
),
542
'8.3.23' =>
643
array (
744
'announcement' =>

include/version.inc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ $RELEASES = (function () {
2020

2121
/* PHP 8.4 Release */
2222
$data['8.4'] = [
23-
'version' => '8.4.10',
24-
'date' => '3 Jul 2025',
25-
'tags' => ['security'], // Set to ['security'] for security releases.
23+
'version' => '8.4.11',
24+
'date' => '31 Jul 2025',
25+
'tags' => [''], // Set to ['security'] for security releases.
2626
'sha256' => [
27-
'tar.gz' => 'bd25c40ece60d1b3c879c11f517d335b8d6a872174c32ebb088b9494d8bb2cf2',
28-
'tar.bz2' => '8815d10659cde5f03be4d169205d62b7b29ed0edc7cdd84b6384cda0310c3108',
29-
'tar.xz' => '14983a9ef8800e6bc2d920739fd386054402f7976ca9cd7f711509496f0d2632',
27+
'tar.gz' => '422548cd8cf14ab0264ba510d3586476b0e77a3272356ba486bc82e706dc6cc8',
28+
'tar.bz2' => '2c39c75b54df89b01195b72ad0ee1fcd490c71db18bc52bcd61fb2ffb57b26fa',
29+
'tar.xz' => '04cd331380a8683a5c2503938eb51764d48d507c53ad4208d2c82e0eed779a00',
3030
]
3131
];
3232

releases/8_4_11.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
$_SERVER['BASE_PAGE'] = 'releases/8_4_11.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.4.11 Release Announcement');
5+
?>
6+
<h1>PHP 8.4.11 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.4.11. This is a bug fix release.</p>
9+
10+
<p>All PHP 8.4 users are encouraged to upgrade to this version.</p>
11+
12+
<p>For source downloads of PHP 8.4.11 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
13+
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
14+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.4.11">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)