diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 194df396d..74ee4b626 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -743,6 +743,80 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.4.19

+ + +
+ + +

Version 8.4.18

diff --git a/archive/archive.xml b/archive/archive.xml index bae4eb065..0a99184d9 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ http://php.net/contact php-webmaster@lists.php.net + diff --git a/archive/entries/2026-03-12-1.xml b/archive/entries/2026-03-12-1.xml new file mode 100644 index 000000000..4f7b7df1f --- /dev/null +++ b/archive/entries/2026-03-12-1.xml @@ -0,0 +1,21 @@ + + + PHP 8.4.19 Released! + https://www.php.net/archive/2026.php#2026-03-12-1 + 2026-03-12T17:28:37+00:00 + 2026-03-12T17:28:37+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.4.19. This is a bug fix release.

+ +

All PHP 8.4 users are encouraged to upgrade to this version.

+ +

For source downloads of PHP 8.4.19 please visit our downloads page, +Windows source and binaries can also be found there. +The list of changes is recorded in the ChangeLog. +

+
+
diff --git a/include/releases.inc b/include/releases.inc index e49510641..f729df67e 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.4.18' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_4_18.php', + ), + 'tags' => + array ( + ), + 'date' => '12 Feb 2026', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.4.18.tar.gz', + 'name' => 'PHP 8.4.18 (tar.gz)', + 'sha256' => '79636f2890976e7507123988c4750e592a6eb35cd407bfa7d2bb35ad15af3a06', + 'date' => '12 Feb 2026', + ), + 1 => + array ( + 'filename' => 'php-8.4.18.tar.bz2', + 'name' => 'PHP 8.4.18 (tar.bz2)', + 'sha256' => '586b32d92cebcfbca495c5f6ad1a33640553d0a9c0bfd2e6715334d959cf9858', + 'date' => '12 Feb 2026', + ), + 2 => + array ( + 'filename' => 'php-8.4.18.tar.xz', + 'name' => 'PHP 8.4.18 (tar.xz)', + 'sha256' => '957a9b19b4a8e965ee0cc788ca74333bfffaadc206b58611b6cd3cc8b2f40110', + 'date' => '12 Feb 2026', + ), + ), + 'museum' => false, + ), '8.5.2' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 00166b423..614619874 100644 --- a/include/version.inc +++ b/include/version.inc @@ -34,13 +34,13 @@ $RELEASES = (function () { /* PHP 8.4 Release */ $data['8.4'] = [ - 'version' => '8.4.18', - 'date' => '12 Feb 2026', + 'version' => '8.4.19', + 'date' => '12 Mar 2026', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '79636f2890976e7507123988c4750e592a6eb35cd407bfa7d2bb35ad15af3a06', - 'tar.bz2' => '586b32d92cebcfbca495c5f6ad1a33640553d0a9c0bfd2e6715334d959cf9858', - 'tar.xz' => '957a9b19b4a8e965ee0cc788ca74333bfffaadc206b58611b6cd3cc8b2f40110', + 'tar.gz' => '9e862435ffb533dc5b0eb486170a74e5f7c8095e8eb8819a2ff5aad430292a18', + 'tar.bz2' => 'bceb7798ed37b442fe523ae7ef345ccc2231db0b022d30735c2e378d3254a0d4', + 'tar.xz' => '11f7164ab26d356c31f94d3d69cc0e0707d5d2d6494a221aaeae307c08eaaa1c', ] ]; diff --git a/releases/8_4_19.php b/releases/8_4_19.php new file mode 100644 index 000000000..1843bc08c --- /dev/null +++ b/releases/8_4_19.php @@ -0,0 +1,16 @@ + +

PHP 8.4.19 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 8.4.19. This is a bug fix release.

+ +

All PHP 8.4 users are encouraged to upgrade to this version.

+ +

For source downloads of PHP 8.4.19 please visit our downloads page, +Windows source and binaries can also be found there. +The list of changes is recorded in the ChangeLog. +

+