Skip to content

Commit d3a4fa8

Browse files
committed
Announce PHP 8.4.7
1 parent c704917 commit d3a4fa8

File tree

7 files changed

+168
-10
lines changed

7 files changed

+168
-10
lines changed

ChangeLog-8.php

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

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

12+
<section class="version" id="8.4.7"><!-- {{{ 8.4.7 -->
13+
<h3>Version 8.4.7</h3>
14+
<b><?php release_date('8-May-2025'); ?></b>
15+
<ul><li>Core:
16+
<ul>
17+
<li>Fixed bug <?php githubissuel('php/php-src', 18038); ?> (Lazy proxy calls magic methods twice).</li>
18+
<li>Fixed bug <?php githubissuel('php/php-src', 18209); ?> (Use-after-free in extract() with EXTR_REFS).</li>
19+
<li>Fixed bug <?php githubissuel('php/php-src', 18268); ?> (Segfault in array_walk() on object with added property hooks).</li>
20+
<li>Fixed bug <?php githubissuel('php/php-src', 18304); ?> (Changing the properties of a DateInterval through dynamic properties triggers a SegFault).</li>
21+
<li>Fix some leaks in php_scandir.</li>
22+
</ul></li>
23+
<li>DBA:
24+
<ul>
25+
<li>FIxed bug <?php githubissuel('php/php-src', 18247); ?> dba_popen() memory leak on invalid path.</li>
26+
</ul></li>
27+
<li>Filter:
28+
<ul>
29+
<li>Fixed bug <?php githubissuel('php/php-src', 18309); ?> (ipv6 filter integer overflow).</li>
30+
</ul></li>
31+
<li>GD:
32+
<ul>
33+
<li>Fixed imagecrop() overflow with rect argument with x/width y/heigh usage in gdImageCrop().</li>
34+
<li>Fixed <?php githubissuel('php/php-src', 18243); ?> imagettftext() overflow/underflow on font size value.</li>
35+
</ul></li>
36+
<li>Intl:
37+
<ul>
38+
<li>Fix reference support for intltz_get_offset().</li>
39+
</ul></li>
40+
<li>LDAP:
41+
<ul>
42+
<li>Fixed bug <?php githubissuel('php/php-src', 17776); ?> (LDAP_OPT_X_TLS_* options can't be overridden).</li>
43+
<li>Fix NULL deref on high modification key.</li>
44+
</ul></li>
45+
<li>libxml:
46+
<ul>
47+
<li>Fixed custom external entity loader returning an invalid resource leading to a confusing TypeError message.</li>
48+
</ul></li>
49+
<li>Opcache:
50+
<ul>
51+
<li>Fixed bug <?php githubissuel('php/php-src', 18294); ?> (assertion failure zend_jit_ir.c).</li>
52+
<li>Fixed bug <?php githubissuel('php/php-src', 18289); ?> (Fix segfault in JIT).</li>
53+
<li>Fixed bug <?php githubissuel('php/php-src', 18136); ?> (tracing JIT floating point register clobbering on Windows and ARM64).</li>
54+
</ul></li>
55+
<li>OpenSSL:
56+
<ul>
57+
<li>Fix memory leak in openssl_sign() when passing invalid algorithm.</li>
58+
<li>Fix potential leaks when writing to BIO fails.</li>
59+
</ul></li>
60+
<li>PDO Firebird:
61+
<ul>
62+
<li>Fixed bug <?php githubissuel('php/php-src', 18276); ?> (persistent connection - "zend_mm_heap corrupted" with setAttribute()) (SakiTakamachi).</li>
63+
<li>Fixed bug <?php githubissuel('php/php-src', 17383); ?> (PDOException has wrong code and message since PHP 8.4) (SakiTakamachi).</li>
64+
</ul></li>
65+
<li>PDO Sqlite:
66+
<ul>
67+
<li>Fix memory leak on error return of collation callback.</li>
68+
</ul></li>
69+
<li>PgSql:
70+
<ul>
71+
<li>Fix uouv in pg_put_copy_end().</li>
72+
</ul></li>
73+
<li>SPL:
74+
<ul>
75+
<li>Fixed bug <?php githubissuel('php/php-src', 18322); ?> (SplObjectStorage debug handler mismanages memory).</li>
76+
</ul></li>
77+
<li>Standard:
78+
<ul>
79+
<li>Fixed bug <?php githubissuel('php/php-src', 18145); ?> (php8ts crashes in php_clear_stat_cache()).</li>
80+
<li>Fix resource leak in iptcembed() on error.</li>
81+
</ul></li>
82+
<li>Tests:
83+
<ul>
84+
<li>Address deprecated PHP 8.4 session options to prevent test failures.</li>
85+
</ul></li>
86+
<li>Zip:
87+
<ul>
88+
<li>Fix uouv when handling empty options in ZipArchive::addGlob().</li>
89+
<li>Fix memory leak when handling a too long path in ZipArchive::addGlob().</li>
90+
</ul></li>
91+
</ul>
92+
<!-- }}} --></section>
93+
94+
95+
1296
<section class="version" id="8.4.6"><!-- {{{ 8.4.6 -->
1397
<h3>Version 8.4.6</h3>
1498
<b><?php release_date('10-Apr-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-05-08-1.xml"/>
1213
<xi:include href="entries/2025-04-10-3.xml"/>
1314
<xi:include href="entries/2025-04-10-2.xml"/>
1415
<xi:include href="entries/2025-04-10-1.xml"/>

archive/entries/2025-05-08-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.7 Released!</title>
4+
<id>https://www.php.net/archive/2025.php#2025-05-08-1</id>
5+
<published>2025-05-08T14:51:28+00:00</published>
6+
<updated>2025-05-08T14:51:28+00:00</updated>
7+
<link href="https://www.php.net/index.php#2025-05-08-1" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2025.php#2025-05-08-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.7. 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.7 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.7">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' => 'acddb1da1b128f984df01347c907a64939f316d7d9bd138b49106f4179b7776f',
93-
'sha256_gz' => 'b12d97767aeda4624ea1904c1d93303efe4ffe1ba91970a3c5774ad556918e93',
94-
'sha256_xz' => '6cb37632eb65ee311cb4427ad070b6ab27fdaf13e8f0103701b2b78907326c93',
91+
'number' => 0,
92+
'sha256_bz2' => '',
93+
'sha256_gz' => '',
94+
'sha256_xz' => '',
9595
'date' => '24 Apr 2025',
96-
'baseurl' => 'https://downloads.php.net/~saki/',
96+
'baseurl' => 'https://downloads.php.net/',
9797
],
9898
],
9999
];

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.6' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_4_6.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '10 Apr 2025',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.4.6.tar.gz',
20+
'name' => 'PHP 8.4.6 (tar.gz)',
21+
'sha256' => '49be0f2f45c9b07c9b921d023bf28b1fc781700c829869725681300e72e3faa8',
22+
'date' => '10 Apr 2025',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.4.6.tar.bz2',
27+
'name' => 'PHP 8.4.6 (tar.bz2)',
28+
'sha256' => '9cf2734509b603f6589617ab52a9712a03e0fe059951cddd2d4623df4bf7c6c6',
29+
'date' => '10 Apr 2025',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.4.6.tar.xz',
34+
'name' => 'PHP 8.4.6 (tar.xz)',
35+
'sha256' => '089b08a5efef02313483325f3bacd8c4fe311cf1e1e56749d5cc7d059e225631',
36+
'date' => '10 Apr 2025',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.4.5' =>
642
array (
743
'announcement' =>

include/version.inc

Lines changed: 5 additions & 5 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.6',
24-
'date' => '10 Apr 2025',
23+
'version' => '8.4.7',
24+
'date' => '8 May 2025',
2525
'tags' => [], // Set to ['security'] for security releases.
2626
'sha256' => [
27-
'tar.gz' => '49be0f2f45c9b07c9b921d023bf28b1fc781700c829869725681300e72e3faa8',
28-
'tar.bz2' => '9cf2734509b603f6589617ab52a9712a03e0fe059951cddd2d4623df4bf7c6c6',
29-
'tar.xz' => '089b08a5efef02313483325f3bacd8c4fe311cf1e1e56749d5cc7d059e225631',
27+
'tar.gz' => 'fd2be3b9320184e856426e01bd1a428110776ea8e976c3fb6b65808d03fc886a',
28+
'tar.bz2' => '6eccb1b06a4dd9cea314dbe70c762d3d4765471cb6ebf925b9da308978bff988',
29+
'tar.xz' => 'e29f4c23be2816ed005aa3f06bbb8eae0f22cc133863862e893515fc841e65e3',
3030
]
3131
];
3232

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

0 commit comments

Comments
 (0)