Skip to content

Commit 1693853

Browse files
committed
Announce PHP 8.4.4
1 parent 534a023 commit 1693853

File tree

6 files changed

+196
-5
lines changed

6 files changed

+196
-5
lines changed

ChangeLog-8.php

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

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

12+
<section class="version" id="8.4.4"><!-- {{{ 8.4.4 -->
13+
<h3>Version 8.4.4</h3>
14+
<b><?php release_date('13-Feb-2025'); ?></b>
15+
<ul><li>Core:
16+
<ul>
17+
<li>Fixed bug <?php githubissuel('php/php-src', 17234); ?> (Numeric parent hook call fails with assertion).</li>
18+
<li>Fixed bug <?php githubissuel('php/php-src', 16892); ?> (ini_parse_quantity() fails to parse inputs starting with 0x0b).</li>
19+
<li>Fixed bug <?php githubissuel('php/php-src', 16886); ?> (ini_parse_quantity() fails to emit warning for 0x+0).</li>
20+
<li>Fixed bug <?php githubissuel('php/php-src', 17222); ?> (__PROPERTY__ magic constant does not work in all constant expression contexts).</li>
21+
<li>Fixed bug <?php githubissuel('php/php-src', 17214); ?> (Relax final+private warning for trait methods with inherited final).</li>
22+
<li>Fixed NULL arithmetic during system program execution on Windows.</li>
23+
<li>Fixed potential OOB when checking for trailing spaces on Windows.</li>
24+
<li>Fixed bug <?php githubissuel('php/php-src', 17408); ?> (Assertion failure Zend/zend_exceptions.c).</li>
25+
<li>Fix may_have_extra_named_args flag for ZEND_AST_UNPACK.</li>
26+
<li>Fix NULL arithmetic in System V shared memory emulation for Windows.</li>
27+
<li>Fixed bug <?php githubissuel('php/php-src', 17597); ?> (#[\Deprecated] does not work for __call() and __callStatic()).</li>
28+
</ul></li>
29+
<li>DOM:
30+
<ul>
31+
<li>Fixed bug <?php githubissuel('php/php-src', 17397); ?> (Assertion failure ext/dom/php_dom.c).</li>
32+
<li>Fixed bug <?php githubissuel('php/php-src', 17486); ?> (Incorrect error line numbers reported in Dom\HTMLDocument::createFromString).</li>
33+
<li>Fixed bug <?php githubissuel('php/php-src', 17481); ?> (UTF-8 corruption in \Dom\HTMLDocument).</li>
34+
<li>Fixed bug <?php githubissuel('php/php-src', 17500); ?> (Segfault with requesting nodeName on nameless doctype).</li>
35+
<li>Fixed bug <?php githubissuel('php/php-src', 17485); ?> (upstream fix, Self-closing tag on void elements shouldn't be a parse error/warning in \Dom\HTMLDocument).</li>
36+
<li>Fixed bug <?php githubissuel('php/php-src', 17572); ?> (getElementsByTagName returns collections with tagName-based indexing).</li>
37+
</ul></li>
38+
<li>Enchant:
39+
<ul>
40+
<li>Fix crashes in enchant when passing null bytes.</li>
41+
</ul></li>
42+
<li>FTP:
43+
<ul>
44+
<li>Fixed bug <?php githubissuel('php/php-src', 16800); ?> (ftp functions can abort with EINTR).</li>
45+
</ul></li>
46+
<li>GD:
47+
<ul>
48+
<li>Fixed bug <?php githubissuel('php/php-src', 17349); ?> (Tiled truecolor filling looses single color transparency).</li>
49+
<li>Fixed bug <?php githubissuel('php/php-src', 17373); ?> (imagefttext() ignores clipping rect for palette images).</li>
50+
<li>Ported fix for libgd 223 (gdImageRotateGeneric() does not properly interpolate).</li>
51+
<li>Added support for reading GIFs without colormap to bundled libgd.</li>
52+
</ul></li>
53+
<li>Gettext:
54+
<ul>
55+
<li>Fixed bug <?php githubissuel('php/php-src', 17400); ?> (bindtextdomain SEGV on invalid domain).</li>
56+
</ul></li>
57+
<li>Intl:
58+
<ul>
59+
<li>Fixed bug <?php githubissuel('php/php-src', 11874); ?> (intl causing segfault in docker images).</li>
60+
</ul></li>
61+
<li>Opcache:
62+
<ul>
63+
<li>Fixed bug <?php githubissuel('php/php-src', 15981); ?> (Segfault with frameless jumps and minimal JIT).</li>
64+
<li>Fixed bug <?php githubissuel('php/php-src', 17307); ?> (Internal closure causes JIT failure).</li>
65+
<li>Fixed bug <?php githubissuel('php/php-src', 17428); ?> (Assertion failure ext/opcache/jit/zend_jit_ir.c:8940).</li>
66+
<li>Fixed bug <?php githubissuel('php/php-src', 17564); ?> (Potential UB when reading from / writing to struct padding).</li>
67+
</ul></li>
68+
<li>PCNTL:
69+
<ul>
70+
<li>Fixed pcntl_setcpuaffinity exception type from ValueError to TypeError for the cpu mask argument with entries type different than int/string.</li>
71+
</ul></li>
72+
<li>PCRE:
73+
<ul>
74+
<li>Fixed bug <?php githubissuel('php/php-src', 17122); ?> (memory leak in regex).</li>
75+
</ul></li>
76+
<li>PDO:
77+
<ul>
78+
<li>Fixed a memory leak when the GC is used to free a PDOStatment.</li>
79+
<li>Fixed a crash in the PDO Firebird Statement destructor.</li>
80+
<li>Fixed UAFs when changing default fetch class ctor args.</li>
81+
</ul></li>
82+
<li>PgSql:
83+
<ul>
84+
<li>Fixed build failure when the constant PGRES_TUPLES_CHUNK is not present in the system.</li>
85+
</ul></li>
86+
<li>Phar:
87+
<ul>
88+
<li>Fixed bug <?php githubissuel('php/php-src', 17518); ?> (offset overflow phar extractTo()).</li>
89+
</ul></li>
90+
<li>PHPDBG:
91+
<ul>
92+
<li>Fix crashes in function registration + test.</li>
93+
</ul></li>
94+
<li>Session:
95+
<ul>
96+
<li>Fix type confusion with session SID constant.</li>
97+
<li>Fixed bug <?php githubissuel('php/php-src', 17541); ?> (ext/session NULL pointer dereferencement during ID reset).</li>
98+
</ul></li>
99+
<li>SimpleXML:
100+
<ul>
101+
<li>Fixed bug <?php githubissuel('php/php-src', 17409); ?> (Assertion failure Zend/zend_hash.c:1730).</li>
102+
</ul></li>
103+
<li>SNMP:
104+
<ul>
105+
<li>Fixed bug <?php githubissuel('php/php-src', 17330); ?> (SNMP::setSecurity segfault on closed session).</li>
106+
</ul></li>
107+
<li>SPL:
108+
<ul>
109+
<li>Fixed bug <?php githubissuel('php/php-src', 15833); ?> (Segmentation fault (access null pointer) in ext/spl/spl_array.c).</li>
110+
<li>Fixed bug <?php githubissuel('php/php-src', 17516); ?> (SplFileTempObject::getPathInfo() Undefined behavior on invalid class).</li>
111+
</ul></li>
112+
<li>Standard:
113+
<ul>
114+
<li>Fixed bug <?php githubissuel('php/php-src', 17447); ?> (Assertion failure when array popping a self addressing variable).</li>
115+
</ul></li>
116+
<li>Windows:
117+
<ul>
118+
<li>Fixed clang compiler detection.</li>
119+
</ul></li>
120+
<li>Zip:
121+
<ul>
122+
<li>Fixed bug <?php githubissuel('php/php-src', 17139); ?> (Fix zip_entry_name() crash on invalid entry).</li>
123+
</ul></li>
124+
</ul>
125+
<!-- }}} --></section>
126+
127+
128+
12129
<section class="version" id="8.4.3"><!-- {{{ 8.4.3 -->
13130
<h3>Version 8.4.3</h3>
14131
<b><?php release_date('16-Jan-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-02-13-1.xml"/>
1213
<xi:include href="entries/2025-02-09-1.xml"/>
1314
<xi:include href="entries/2025-01-31-1.xml"/>
1415
<xi:include href="entries/2025-01-17-2.xml"/>

archive/entries/2025-02-13-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.4 Released!</title>
4+
<id>https://www.php.net/archive/2025.php#2025-02-13-1</id>
5+
<published>2025-02-13T17:59:36+00:00</published>
6+
<updated>2025-02-13T17:59:36+00:00</updated>
7+
<link href="https://www.php.net/index.php#2025-02-13-1" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2025.php#2025-02-13-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.4. 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.4 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.4">ChangeLog</a>.
19+
</p> </div>
20+
</content>
21+
</entry>

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.3' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_4_3.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '16 Jan 2025',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.4.3.tar.gz',
20+
'name' => 'PHP 8.4.3 (tar.gz)',
21+
'sha256' => '45b88555b31487401b42c8bd36f2c45d84992bc93ae4c1a23d93bb3347984ecb',
22+
'date' => '16 Jan 2025',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.4.3.tar.bz2',
27+
'name' => 'PHP 8.4.3 (tar.bz2)',
28+
'sha256' => 'd6b12379d1f1df216d1932840a31b14fed1e0fc7e8db1e9d1795f75a1e75ead9',
29+
'date' => '16 Jan 2025',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.4.3.tar.xz',
34+
'name' => 'PHP 8.4.3 (tar.xz)',
35+
'sha256' => '5c42173cbde7d0add8249c2e8a0c19ae271f41d8c47d67d72bdf91a88dcc7e4b',
36+
'date' => '16 Jan 2025',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.4.2' =>
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.3',
24-
'date' => '16 Jan 2025',
23+
'version' => '8.4.4',
24+
'date' => '13 Feb 2025',
2525
'tags' => [], // Set to ['security'] for security releases.
2626
'sha256' => [
27-
'tar.gz' => '45b88555b31487401b42c8bd36f2c45d84992bc93ae4c1a23d93bb3347984ecb',
28-
'tar.bz2' => 'd6b12379d1f1df216d1932840a31b14fed1e0fc7e8db1e9d1795f75a1e75ead9',
29-
'tar.xz' => '5c42173cbde7d0add8249c2e8a0c19ae271f41d8c47d67d72bdf91a88dcc7e4b',
27+
'tar.gz' => '719551f50a81961f802aa9102bf4a1a0b5a315074330ab37bc8035a15f4be71b',
28+
'tar.bz2' => '192a325fd3ca09b6c528dd6014ee07d803c3162514d4bb0d3e0981d00ac700ec',
29+
'tar.xz' => '05a6c9a2cc894dd8be719ecab221b311886d5e0c02cb6fac648dd9b3459681ac',
3030
]
3131
];
3232

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

0 commit comments

Comments
 (0)