diff --git a/ChangeLog-8.php b/ChangeLog-8.php index b3b89e97b..e8f73a5e7 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -9,6 +9,94 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.4.14

+ + +
+ + +

Version 8.4.13

diff --git a/archive/archive.xml b/archive/archive.xml index d51e7ace1..576435232 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/2025-10-23-2.xml b/archive/entries/2025-10-23-2.xml new file mode 100644 index 000000000..202c032f7 --- /dev/null +++ b/archive/entries/2025-10-23-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.4.14 Released! + https://www.php.net/archive/2025.php#2025-10-23-2 + 2025-10-23T18:19:40+00:00 + 2025-10-23T18:19:40+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.4.14. 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.14 please visit our downloads page, +Windows source and binaries can be found on windows.php.net/download/. +The list of changes is recorded in the ChangeLog. +

+
+
diff --git a/include/release-qa.php b/include/release-qa.php index 5fcc80f45..c697656ae 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -88,12 +88,12 @@ $QA_RELEASES = [ 'active' => true, 'release' => [ 'type' => 'RC', - 'number' => 1, - 'sha256_bz2' => '7004bdb9eb56bd236ca4878d5535d62b3a59ee5c7eb676990d71b06a43dfbfe4', - 'sha256_gz' => '5c41a7ac2bb5a8c2db9b13863a554e5f3b6cb1b6377be4b6d22599e0cb129c9e', - 'sha256_xz' => 'afa5d25db94f1f34baeddcb8682dfea212f56e3a142651c27a11ca96c1fe5484', + 'number' => 0, + 'sha256_bz2' => '', + 'sha256_gz' => '', + 'sha256_xz' => '', 'date' => '09 Oct 2025', - 'baseurl' => 'https://downloads.php.net/~saki/', + 'baseurl' => 'https://downloads.php.net/', ], ], diff --git a/include/releases.inc b/include/releases.inc index 2dc6b5a8b..e91955de3 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.4.13' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_4_13.php', + ), + 'tags' => + array ( + 0 => '', + ), + 'date' => '25 Sep 2025', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.4.13.tar.gz', + 'name' => 'PHP 8.4.13 (tar.gz)', + 'sha256' => 'ba323619b322125dbd7bf09eefbd572863797359c7d127f986c58a71c872d531', + 'date' => '25 Sep 2025', + ), + 1 => + array ( + 'filename' => 'php-8.4.13.tar.bz2', + 'name' => 'PHP 8.4.13 (tar.bz2)', + 'sha256' => '85181ddca7b3e03f148521b043bd62411950d468c667db6400479f1b10812194', + 'date' => '25 Sep 2025', + ), + 2 => + array ( + 'filename' => 'php-8.4.13.tar.xz', + 'name' => 'PHP 8.4.13 (tar.xz)', + 'sha256' => 'b4f27adf30bcf262eacf93c78250dd811980f20f3b90d79a3dc11248681842df', + 'date' => '25 Sep 2025', + ), + ), + 'museum' => false, + ), '8.3.25' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 7cb544530..4a1787238 100644 --- a/include/version.inc +++ b/include/version.inc @@ -20,13 +20,13 @@ $RELEASES = (function () { /* PHP 8.4 Release */ $data['8.4'] = [ - 'version' => '8.4.13', - 'date' => '25 Sep 2025', + 'version' => '8.4.14', + 'date' => '23 Oct 2025', 'tags' => [''], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'ba323619b322125dbd7bf09eefbd572863797359c7d127f986c58a71c872d531', - 'tar.bz2' => '85181ddca7b3e03f148521b043bd62411950d468c667db6400479f1b10812194', - 'tar.xz' => 'b4f27adf30bcf262eacf93c78250dd811980f20f3b90d79a3dc11248681842df', + 'tar.gz' => '40341f3e03a36d48facdb6cc2ec600ff887a1af9a5e5fee0b40f40b61488afae', + 'tar.bz2' => 'f2139ce4cb7a6c5643ee98caa34e5c32ba841c2ba293e34a3d0357faa84bb3e7', + 'tar.xz' => 'bac90ee7cf738e814c89b6b27d4d2c4b70e50942a420837e1a22f5fd5f9867a3', ] ]; diff --git a/releases/8_4_14.php b/releases/8_4_14.php new file mode 100644 index 000000000..3065bdcc7 --- /dev/null +++ b/releases/8_4_14.php @@ -0,0 +1,16 @@ + +

PHP 8.4.14 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 8.4.14. 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.14 please visit our downloads page, +Windows source and binaries can be found on windows.php.net/download/. +The list of changes is recorded in the ChangeLog. +

+