Skip to content

Commit b702d25

Browse files
committed
Announce PHP 8.4.19
1 parent 3c88ed8 commit b702d25

File tree

6 files changed

+153
-5
lines changed

6 files changed

+153
-5
lines changed

ChangeLog-8.php

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,80 @@
743743

744744
<a id="PHP_8_4"></a>
745745

746+
<section class="version" id="8.4.19"><!-- {{{ 8.4.19 -->
747+
<h3>Version 8.4.19</h3>
748+
<b><?php release_date('12-Mar-2026'); ?></b>
749+
<ul><li>Core:
750+
<ul>
751+
<li>Fixed bug <?php githubissuel('php/php-src', 21029); ?> (zend_mm_heap corrupted on Aarch64, LTO builds).</li>
752+
<li>Fixed bug <?php githubissuel('php/php-src', 20657); ?> (Assertion failure in zend_lazy_object_get_info triggered by setRawValueWithoutLazyInitialization() and newLazyGhost()).</li>
753+
<li>Fixed bug <?php githubissuel('php/php-src', 20504); ?> (Assertion failure in zend_get_property_guard when accessing properties on Reflection LazyProxy via isset()).</li>
754+
<li>Fixed OSS-Fuzz #478009707 (Borked assign-op/inc/dec on untyped hooked property backing value).</li>
755+
<li>Fixed bug <?php githubissuel('php/php-src', 21215); ?> (Build fails with -std=).</li>
756+
<li>Fixed bug <?php githubissuel('php/php-src', 13674); ?> (Build system installs libtool wrappers when using slibtool).</li>
757+
</ul></li>
758+
<li>Curl:
759+
<ul>
760+
<li>Fixed bug <?php githubissuel('php/php-src', 21023); ?> (CURLOPT_XFERINFOFUNCTION crash with a null callback).</li>
761+
<li>Don't truncate length.</li>
762+
</ul></li>
763+
<li>Date:
764+
<ul>
765+
<li>Fixed bug <?php githubissuel('php/php-src', 20936); ?> (DatePeriod::__set_state() cannot handle null start).</li>
766+
<li>Fix timezone offset with seconds losing precision.</li>
767+
</ul></li>
768+
<li>DOM:
769+
<ul>
770+
<li>Fixed bug <?php githubissuel('php/php-src', 21077); ?> (Accessing Dom\Node::baseURI can throw TypeError).</li>
771+
<li>Fixed bug <?php githubissuel('php/php-src', 21097); ?> (Accessing Dom\Node properties can can throw TypeError).</li>
772+
</ul></li>
773+
<li>MBString:
774+
<ul>
775+
<li>Fixed bug <?php githubissuel('php/php-src', 21223); ?>; mb_guess_encoding no longer crashes when passed huge list of candidate encodings (with 200,000+ entries).</li>
776+
</ul></li>
777+
<li>Opcache:
778+
<ul>
779+
<li>Fixed bug <?php githubissuel('php/php-src', 20718); ?> ("Insufficient shared memory" when using JIT on Solaris).</li>
780+
<li>Fixed bug <?php githubissuel('php/php-src', 21227); ?> (Borked SCCP of array containing partial object).</li>
781+
<li>Fixed bug <?php githubissuel('php/php-src', 21052); ?> (Preloaded constant erroneously propagated to file-cached script).</li>
782+
</ul></li>
783+
<li>OpenSSL:
784+
<ul>
785+
<li>Fix a bunch of leaks and error propagation.</li>
786+
</ul></li>
787+
<li>PCNTL:
788+
<ul>
789+
<li>Fixed pcntl_setns() internal errors handling regarding errnos.</li>
790+
<li>Fixed cpuset leak in pcntl_setcpuaffinity on out-of-range CPU ID on NetBSD/Solaris platforms.</li>
791+
<li>Fixed pcntl_signal() signal table registering the callback first OS-wise before the internal list.</li>
792+
<li>Fixed pcntl_signal_dispatch() stale pointer and exception handling.</li>
793+
</ul></li>
794+
<li>PCRE:
795+
<ul>
796+
<li>Fixed preg_match memory leak with invalid regexes.</li>
797+
</ul></li>
798+
<li>PDO_PGSQL:
799+
<ul>
800+
<li>Fixed bug <?php githubissuel('php/php-src', 21055); ?> (connection attribute status typo for GSS negotiation).</li>
801+
</ul></li>
802+
<li>PGSQL:
803+
<ul>
804+
<li>Fixed bug <?php githubissuel('php/php-src', 21162); ?> (pg_connect() memory leak on error).</li>
805+
</ul></li>
806+
<li>Sockets:
807+
<ul>
808+
<li>Fixed bug <?php githubissuel('php/php-src', 21161); ?> (socket_set_option() crash with array 'addr' entry as null).</li>
809+
<li>Fixed possible addr length overflow with socket_connect() and AF_UNIX family sockets.</li>
810+
</ul></li>
811+
<li>Windows:
812+
<ul>
813+
<li>Fixed compilation with clang (missing intrin.h include).</li>
814+
</ul></li>
815+
</ul>
816+
<!-- }}} --></section>
817+
818+
819+
746820
<section class="version" id="8.4.18"><!-- {{{ 8.4.18 -->
747821
<h3>Version 8.4.18</h3>
748822
<b><?php release_date('12-Feb-2026'); ?></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>php-webmaster@lists.php.net</email>
1111
</author>
12+
<xi:include href="entries/2026-03-12-1.xml"/>
1213
<xi:include href="entries/2026-02-12-2.xml"/>
1314
<xi:include href="entries/2026-02-12-1.xml"/>
1415
<xi:include href="entries/2026-02-09-1.xml"/>

archive/entries/2026-03-12-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.19 Released!</title>
4+
<id>https://www.php.net/archive/2026.php#2026-03-12-1</id>
5+
<published>2026-03-12T17:28:37+00:00</published>
6+
<updated>2026-03-12T17:28:37+00:00</updated>
7+
<link href="https://www.php.net/index.php#2026-03-12-1" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2026.php#2026-03-12-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.19. 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.19 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.19">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.18' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_4_18.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '12 Feb 2026',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.4.18.tar.gz',
20+
'name' => 'PHP 8.4.18 (tar.gz)',
21+
'sha256' => '79636f2890976e7507123988c4750e592a6eb35cd407bfa7d2bb35ad15af3a06',
22+
'date' => '12 Feb 2026',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.4.18.tar.bz2',
27+
'name' => 'PHP 8.4.18 (tar.bz2)',
28+
'sha256' => '586b32d92cebcfbca495c5f6ad1a33640553d0a9c0bfd2e6715334d959cf9858',
29+
'date' => '12 Feb 2026',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.4.18.tar.xz',
34+
'name' => 'PHP 8.4.18 (tar.xz)',
35+
'sha256' => '957a9b19b4a8e965ee0cc788ca74333bfffaadc206b58611b6cd3cc8b2f40110',
36+
'date' => '12 Feb 2026',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.5.2' =>
642
array (
743
'announcement' =>

include/version.inc

Lines changed: 5 additions & 5 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.18',
38-
'date' => '12 Feb 2026',
37+
'version' => '8.4.19',
38+
'date' => '12 Mar 2026',
3939
'tags' => [], // Set to ['security'] for security releases.
4040
'sha256' => [
41-
'tar.gz' => '79636f2890976e7507123988c4750e592a6eb35cd407bfa7d2bb35ad15af3a06',
42-
'tar.bz2' => '586b32d92cebcfbca495c5f6ad1a33640553d0a9c0bfd2e6715334d959cf9858',
43-
'tar.xz' => '957a9b19b4a8e965ee0cc788ca74333bfffaadc206b58611b6cd3cc8b2f40110',
41+
'tar.gz' => '9e862435ffb533dc5b0eb486170a74e5f7c8095e8eb8819a2ff5aad430292a18',
42+
'tar.bz2' => 'bceb7798ed37b442fe523ae7ef345ccc2231db0b022d30735c2e378d3254a0d4',
43+
'tar.xz' => '11f7164ab26d356c31f94d3d69cc0e0707d5d2d6494a221aaeae307c08eaaa1c',
4444
]
4545
];
4646

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

0 commit comments

Comments
 (0)