Skip to content

Commit 2c883c5

Browse files
committed
Announce PHP 8.4.16
1 parent 85d2c77 commit 2c883c5

File tree

7 files changed

+191
-11
lines changed

7 files changed

+191
-11
lines changed

ChangeLog-8.php

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,111 @@
599599

600600
<a id="PHP_8_4"></a>
601601

602+
<section class="version" id="8.4.16"><!-- {{{ 8.4.16 -->
603+
<h3>Version 8.4.16</h3>
604+
<b><?php release_date('18-Dec-2025'); ?></b>
605+
<ul><li>Core:
606+
<ul>
607+
<li>Sync all boost.context files with release 1.86.0.</li>
608+
<li>Fixed bug <?php githubissuel('php/php-src', 20435); ?> (SensitiveParameter doesn't work for named argument passing to variadic parameter).</li>
609+
<li>Fixed bug <?php githubissuel('php/php-src', 20286); ?> (use-after-destroy during userland stream_close()).</li>
610+
</ul></li>
611+
<li>Bz2:
612+
<ul>
613+
<li>Fix assertion failures resulting in crashes with stream filter object parameters.</li>
614+
</ul></li>
615+
<li>Date:
616+
<ul>
617+
<li>Fix crashes when trying to instantiate uninstantiable classes via date static constructors.</li>
618+
</ul></li>
619+
<li>DOM:
620+
<ul>
621+
<li>Fix memory leak when edge case is hit when registering xpath callback.</li>
622+
<li>Fixed bug <?php githubissuel('php/php-src', 20395); ?> (querySelector and querySelectorAll requires elements in $selectors to be lowercase).</li>
623+
<li>Fix missing NUL byte check on C14NFile().</li>
624+
</ul></li>
625+
<li>Fibers:
626+
<ul>
627+
<li>Fixed bug <?php githubissuel('php/php-src', 20483); ?> (ASAN stack overflow with fiber.stack_size INI small value).</li>
628+
</ul></li>
629+
<li>FTP:
630+
<ul>
631+
<li>Fixed bug <?php githubissuel('php/php-src', 20601); ?> (ftp_connect overflow on timeout).</li>
632+
</ul></li>
633+
<li>GD:
634+
<ul>
635+
<li>Fixed bug <?php githubissuel('php/php-src', 20511); ?> (imagegammacorrect out of range input/output values).</li>
636+
<li>Fixed bug <?php githubissuel('php/php-src', 20602); ?> (imagescale overflow with large height values).</li>
637+
</ul></li>
638+
<li>Intl:
639+
<ul>
640+
<li>Fixed bug <?php githubissuel('php/php-src', 20426); ?> (Spoofchecker::setRestrictionLevel() error message suggests missing constants).</li>
641+
</ul></li>
642+
<li>LibXML:
643+
<ul>
644+
<li>Fix some deprecations on newer libxml versions regarding input buffer/parser handling.</li>
645+
</ul></li>
646+
<li>MbString:
647+
<ul>
648+
<li>Fixed bug <?php githubissuel('php/php-src', 20491); ?> (SLES15 compile error with mbstring oniguruma).</li>
649+
<li>Fixed bug <?php githubissuel('php/php-src', 20492); ?> (mbstring compile warning due to non-strings).</li>
650+
</ul></li>
651+
<li>MySQLnd:
652+
<ul>
653+
<li>Fixed bug <?php githubissuel('php/php-src', 20528); ?> (Regression breaks mysql connexion using an IPv6 address enclosed in square brackets).</li>
654+
</ul></li>
655+
<li>Opcache:
656+
<ul>
657+
<li>Fixed bug <?php githubissuel('php/php-src', 20329); ?> (opcache.file_cache broken with full interned string buffer).</li>
658+
</ul></li>
659+
<li>PDO:
660+
<ul>
661+
<li>Fixed <?php githubsecurityl('php/php-src', '8xr5-qppj-gvwj'); ?> (PDO quoting result null deref). (CVE-2025-14180)</li>
662+
</ul></li>
663+
<li>Phar:
664+
<ul>
665+
<li>Fixed bug <?php githubissuel('php/php-src', 20442); ?> (Phar does not respect case-insensitiveness of __halt_compiler() when reading stub).</li>
666+
<li>Fix broken return value of fflush() for phar file entries.</li>
667+
<li>Fix assertion failure when fseeking a phar file out of bounds.</li>
668+
</ul></li>
669+
<li>PHPDBG:
670+
<ul>
671+
<li>Fixed ZPP type violation in phpdbg_get_executable() and phpdbg_end_oplog().</li>
672+
</ul></li>
673+
<li>SPL:
674+
<ul>
675+
<li>Fixed bug <?php githubissuel('php/php-src', 20614); ?> (SplFixedArray incorrectly handles references in deserialization).</li>
676+
</ul></li>
677+
<li>Standard:
678+
<ul>
679+
<li>Fix memory leak in array_diff() with custom type checks.</li>
680+
<li>Fixed bug <?php githubissuel('php/php-src', 20583); ?> (Stack overflow in http_build_query via deep structures).</li>
681+
<li>Fixed <?php githubsecurityl('php/php-src', 'www2-q4fc-65wf'); ?> (Null byte termination in dns_get_record()).</li>
682+
<li>Fixed <?php githubsecurityl('php/php-src', 'h96m-rvf9-jgm2'); ?> (Heap buffer overflow in array_merge()). (CVE-2025-14178)</li>
683+
<li>Fixed <?php githubsecurityl('php/php-src', '3237-qqm7-mfv7'); ?> (Information Leak of Memory in getimagesize). (CVE-2025-14177)</li>
684+
</ul></li>
685+
<li>Tidy:
686+
<ul>
687+
<li>Fixed bug <?php githubissuel('php/php-src', 20374); ?> (PHP with tidy and custom-tags).</li>
688+
</ul></li>
689+
<li>XML:
690+
<ul>
691+
<li>Fixed bug <?php githubissuel('php/php-src', 20439); ?> (xml_set_default_handler() does not properly handle special characters in attributes when passing data to callback).</li>
692+
</ul></li>
693+
<li>Zip:
694+
<ul>
695+
<li>Fix crash in property existence test.</li>
696+
<li>Don't truncate return value of zip_fread() with user sizes.</li>
697+
</ul></li>
698+
<li>Zlib:
699+
<ul>
700+
<li>Fix assertion failures resulting in crashes with stream filter object parameters.</li>
701+
</ul></li>
702+
</ul>
703+
<!-- }}} --></section>
704+
705+
706+
602707
<section class="version" id="8.4.15"><!-- {{{ 8.4.15 -->
603708
<h3>Version 8.4.15</h3>
604709
<b><?php release_date('20-Nov-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-12-18-4.xml"/>
1213
<xi:include href="entries/2025-12-18-3.xml"/>
1314
<xi:include href="entries/2025-12-18-2.xml"/>
1415
<xi:include href="entries/2025-12-18-1.xml"/>

archive/entries/2025-12-18-4.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.16 Released!</title>
4+
<id>https://www.php.net/archive/2025.php#2025-12-18-4</id>
5+
<published>2025-12-18T23:19:06+00:00</published>
6+
<updated>2025-12-18T23:19:06+00:00</updated>
7+
<link href="https://www.php.net/index.php#2025-12-18-4" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2025.php#2025-12-18-4" 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.16. 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.16 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
17+
Windows source and binaries can also be found <a href="https://www.php.net/downloads.php?os=windows&amp;version=8.4">there</a>.
18+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.4.16">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' => 'e6c3a8b14d3b83d1c7870a2785fa52b018a47e99fbca928133fb5db83b45d0f5',
93-
'sha256_gz' => 'f3c82948de16204e3432a5a26276c67f18b9ee18de3170faebeab6e84e44b33d',
94-
'sha256_xz' => '5a9e95594132d1950ccfe250b519382b0f9c9fdb1831d3b3caa338d5fa55b10c',
91+
'number' => 0,
92+
'sha256_bz2' => '',
93+
'sha256_gz' => '',
94+
'sha256_xz' => '',
9595
'date' => '04 Dec 2025',
96-
'baseurl' => 'https://downloads.php.net/~saki/',
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.15' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_4_15.php',
10+
),
11+
'tags' =>
12+
array (
13+
0 => '',
14+
),
15+
'date' => '20 Nov 2025',
16+
'source' =>
17+
array (
18+
0 =>
19+
array (
20+
'filename' => 'php-8.4.15.tar.gz',
21+
'name' => 'PHP 8.4.15 (tar.gz)',
22+
'sha256' => '51d23c98073c1e88c98c12b175736a11316cd3d4753f8d060934e53e5a9945c3',
23+
'date' => '20 Nov 2025',
24+
),
25+
1 =>
26+
array (
27+
'filename' => 'php-8.4.15.tar.bz2',
28+
'name' => 'PHP 8.4.15 (tar.bz2)',
29+
'sha256' => 'b7155bdd498d60d63e4bc320dc224863976d31b5bd9339699726c961255a3197',
30+
'date' => '20 Nov 2025',
31+
),
32+
2 =>
33+
array (
34+
'filename' => 'php-8.4.15.tar.xz',
35+
'name' => 'PHP 8.4.15 (tar.xz)',
36+
'sha256' => 'a060684f614b8344f9b34c334b6ba8db1177555997edb5b1aceab0a4b807da7e',
37+
'date' => '20 Nov 2025',
38+
),
39+
),
40+
'museum' => false,
41+
),
542
'8.2.29' =>
643
array (
744
'announcement' =>

include/version.inc

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

3535
/* PHP 8.4 Release */
3636
$data['8.4'] = [
37-
'version' => '8.4.15',
38-
'date' => '20 Nov 2025',
39-
'tags' => [''], // Set to ['security'] for security releases.
37+
'version' => '8.4.16',
38+
'date' => '18 Dec 2025',
39+
'tags' => ['security'], // Set to ['security'] for security releases.
4040
'sha256' => [
41-
'tar.gz' => '51d23c98073c1e88c98c12b175736a11316cd3d4753f8d060934e53e5a9945c3',
42-
'tar.bz2' => 'b7155bdd498d60d63e4bc320dc224863976d31b5bd9339699726c961255a3197',
43-
'tar.xz' => 'a060684f614b8344f9b34c334b6ba8db1177555997edb5b1aceab0a4b807da7e',
41+
'tar.gz' => '8e35d24f148ea7c2a93e9b9bcc329e8bf78b5bb922f3723a727c74c19d184e98',
42+
'tar.bz2' => '6c48c65eba6a2f7a102925d08772239b1f45110aed2187fdd81b933ed439c692',
43+
'tar.xz' => 'f66f8f48db34e9e29f7bfd6901178e9cf4a1b163e6e497716dfcb8f88bcfae30',
4444
]
4545
];
4646

releases/8_4_16.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_16.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.4.16 Release Announcement');
5+
?>
6+
<h1>PHP 8.4.16 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.4.16. 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.16 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
13+
Windows source and binaries can also be found <a href="https://www.php.net/downloads.php?os=windows&amp;version=8.4">there</a>.
14+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.4.16">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)