Skip to content

Commit 4134868

Browse files
committed
Announce PHP 8.4.10
1 parent a692e17 commit 4134868

File tree

7 files changed

+190
-10
lines changed

7 files changed

+190
-10
lines changed

ChangeLog-8.php

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

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

12+
<section class="version" id="8.4.10"><!-- {{{ 8.4.10 -->
13+
<h3>Version 8.4.10</h3>
14+
<b><?php release_date('03-Jul-2025'); ?></b>
15+
<ul><li>BcMath:
16+
<ul>
17+
<li>Fixed bug <?php githubissuel('php/php-src', 18641); ?> (Accessing a BcMath\Number property by ref crashes).</li>
18+
</ul></li>
19+
<li>Core:
20+
<ul>
21+
<li>Fixed bugs <?php githubissuel('php/php-src', 17711); ?> and <?php githubissuel('php/php-src', 18022); ?> (Infinite recursion on deprecated attribute evaluation) and <?php githubissuel('php/php-src', 18464); ?> (Recursion protection for deprecation constants not released on bailout).</li>
22+
<li>Fixed <?php githubissuel('php/php-src', 18695); ?> (zend_ast_export() - float number is not preserved).</li>
23+
<li>Fix handling of references in zval_try_get_long().</li>
24+
<li>Do not delete main chunk in zend_gc.</li>
25+
<li>Fix compile issues with zend_alloc and some non-default options.</li>
26+
</ul></li>
27+
<li>Curl:
28+
<ul>
29+
<li>Fix memory leak when setting a list via curl_setopt fails.</li>
30+
</ul></li>
31+
<li>Date:
32+
<ul>
33+
<li>Fix leaks with multiple calls to DatePeriod iterator current().</li>
34+
</ul></li>
35+
<li>DOM:
36+
<ul>
37+
<li>Fixed bug <?php githubissuel('php/php-src', 18744); ?> (classList works not correctly if copy HTMLElement by clone keyword).</li>
38+
</ul></li>
39+
<li>FPM:
40+
<ul>
41+
<li>Fixed <?php githubissuel('php/php-src', 18662); ?> (fpm_get_status segfault).</li>
42+
</ul></li>
43+
<li>Hash:
44+
<ul>
45+
<li>Fixed bug <?php githubissuel('php/php-src', 14551); ?> (PGO build fails with xxhash).</li>
46+
</ul></li>
47+
<li>Intl:
48+
<ul>
49+
<li>Fix memory leak in intl_datetime_decompose() on failure.</li>
50+
<li>Fix memory leak in locale lookup on failure.</li>
51+
</ul></li>
52+
<li>Opcache:
53+
<ul>
54+
<li>Fixed bug <?php githubissuel('php/php-src', 18743); ?> (Incompatibility in Inline TLS Assembly on Alpine 3.22).</li>
55+
</ul></li>
56+
<li>ODBC:
57+
<ul>
58+
<li>Fix memory leak on php_odbc_fetch_hash() failure.</li>
59+
</ul></li>
60+
<li>OpenSSL:
61+
<ul>
62+
<li>Fix memory leak of X509_STORE in php_openssl_setup_verify() on failure.</li>
63+
<li><?php bugfix(74796); ?> (Requests through http proxy set peer name).</li>
64+
</ul></li>
65+
<li>PGSQL:
66+
<ul>
67+
<li>Fixed <?php githubsecurityl('php/php-src', 'hrwm-9436-5mv3'); ?> (pgsql extension does not check for errors during escaping). (CVE-2025-1735)</li>
68+
<li>Fix warning not being emitted when failure to cancel a query with pg_cancel_query().</li>
69+
</ul></li>
70+
<li>PDO ODBC:
71+
<ul>
72+
<li>Fix memory leak if WideCharToMultiByte() fails.</li>
73+
</ul></li>
74+
<li>PDO Sqlite:
75+
<ul>
76+
<li>Fixed memory leak with Pdo_Sqlite::createCollation when the callback has an incorrect return type.</li>
77+
</ul></li>
78+
<li>Phar:
79+
<ul>
80+
<li>Add missing filter cleanups on phar failure.</li>
81+
<li>Fixed bug <?php githubissuel('php/php-src', 18642); ?> (Signed integer overflow in ext/phar fseek).</li>
82+
</ul></li>
83+
<li>PHPDBG:
84+
<ul>
85+
<li>Fix 'phpdbg --help' segfault on shutdown with USE_ZEND_ALLOC=0.</li>
86+
</ul></li>
87+
<li>Random:
88+
<ul>
89+
<li>Fix reference type confusion and leak in user random engine.</li>
90+
</ul></li>
91+
<li>Readline:
92+
<ul>
93+
<li>Fix memory leak when calloc() fails in php_readline_completion_cb().</li>
94+
</ul></li>
95+
<li>SimpleXML:
96+
<ul>
97+
<li>Fixed bug <?php githubissuel('php/php-src', 18597); ?> (Heap-buffer-overflow in zend_alloc.c when assigning string with UTF-8 bytes).</li>
98+
</ul></li>
99+
<li>SOAP:
100+
<ul>
101+
<li>Fix memory leaks in php_http.c when call_user_function() fails.</li>
102+
<li>Fixed <?php githubsecurityl('php/php-src', '453j-q27h-5p8x'); ?> (NULL Pointer Dereference in PHP SOAP Extension via Large XML Namespace Prefix). (CVE-2025-6491)</li>
103+
</ul></li>
104+
<li>Standard:
105+
<ul>
106+
<li>Fixed <?php githubsecurityl('php/php-src', '3cr5-j632-f35r'); ?> (Null byte termination in hostnames). (CVE-2025-1220)</li>
107+
</ul></li>
108+
<li>Tidy:
109+
<ul>
110+
<li>Fix memory leak in tidy output handler on error.</li>
111+
<li>Fix tidyOptIsReadonly deprecation, using tidyOptGetCategory.</li>
112+
</ul></li>
113+
</ul>
114+
<!-- }}} --></section>
115+
116+
117+
12118
<section class="version" id="8.4.8"><!-- {{{ 8.4.8 -->
13119
<h3>Version 8.4.8</h3>
14120
<b><?php release_date('05-Jun-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-03-1.xml"/>
1213
<xi:include href="entries/2025-06-11-1.xml"/>
1314
<xi:include href="entries/2025-06-09-1.xml"/>
1415
<xi:include href="entries/2025-06-06-1.xml"/>

archive/entries/2025-07-03-1.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.10 Released!</title>
4+
<id>https://www.php.net/archive/2025.php#2025-07-03-1</id>
5+
<published>2025-07-03T11:44:39+00:00</published>
6+
<updated>2025-07-03T11:44:39+00:00</updated>
7+
<link href="https://www.php.net/index.php#2025-07-03-1" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2025.php#2025-07-03-1" 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.10. This is a security 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.10 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.10">ChangeLog</a>.
19+
</p> </div>
20+
</content>
21+
</entry>

include/release-qa.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@
8888
'active' => true,
8989
'release' => [
9090
'type' => 'RC',
91-
'number' => 1,
92-
'sha256_bz2' => 'c7bc457604ffd4b66e9fa0918cd728d698566067293d0f8829bfc78bf2a8c6de',
93-
'sha256_gz' => '68cc7a69841d5ed09886d6be686de55ca09859c0fb8f033fbcec744d13e44dba',
94-
'sha256_xz' => '70412eb0b59c280e88bba0bae41386bb657ef17ea87aa09384593fcb99ecd001',
91+
'number' => 0,
92+
'sha256_bz2' => '',
93+
'sha256_gz' => '',
94+
'sha256_xz' => '',
9595
'date' => '19 Jun 2025',
9696
'baseurl' => 'https://downloads.php.net/~saki/',
9797
],

include/releases.inc

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22
$OLDRELEASES = array (
33
8 =>
44
array (
5+
'8.4.8' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_4_8.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '5 Jun 2025',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.4.8.tar.gz',
20+
'name' => 'PHP 8.4.8 (tar.gz)',
21+
'sha256' => '26d5ae014925b7dee3a61ec02422795f008fbb3a36f9355edaee2d9d78b89b07',
22+
'date' => '5 Jun 2025',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.4.8.tar.bz2',
27+
'name' => 'PHP 8.4.8 (tar.bz2)',
28+
'sha256' => '36569c64dd1499e570c436603b641eee7cde4af576af786597d0ee711b3a3a8a',
29+
'date' => '5 Jun 2025',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.4.8.tar.xz',
34+
'name' => 'PHP 8.4.8 (tar.xz)',
35+
'sha256' => 'aa6a4d330b47eacd83e351658ba8c47747a1e4356456219cfb6d75e7838da091',
36+
'date' => '5 Jun 2025',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.3.21' =>
642
array (
743
'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.8',
24-
'date' => '5 Jun 2025',
25-
'tags' => [], // Set to ['security'] for security releases.
23+
'version' => '8.4.10',
24+
'date' => '3 Jul 2025',
25+
'tags' => ['security'], // Set to ['security'] for security releases.
2626
'sha256' => [
27-
'tar.gz' => '26d5ae014925b7dee3a61ec02422795f008fbb3a36f9355edaee2d9d78b89b07',
28-
'tar.bz2' => '36569c64dd1499e570c436603b641eee7cde4af576af786597d0ee711b3a3a8a',
29-
'tar.xz' => 'aa6a4d330b47eacd83e351658ba8c47747a1e4356456219cfb6d75e7838da091',
27+
'tar.gz' => 'bd25c40ece60d1b3c879c11f517d335b8d6a872174c32ebb088b9494d8bb2cf2',
28+
'tar.bz2' => '8815d10659cde5f03be4d169205d62b7b29ed0edc7cdd84b6384cda0310c3108',
29+
'tar.xz' => '14983a9ef8800e6bc2d920739fd386054402f7976ca9cd7f711509496f0d2632',
3030
]
3131
];
3232

releases/8_4_10.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_10.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.4.10 Release Announcement');
5+
?>
6+
<h1>PHP 8.4.10 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.4.10. This is a security 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.10 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.10">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)