From 63f167be2b361132c9931efe4377e87eeef2a83e Mon Sep 17 00:00:00 2001 From: Volker Dusch Date: Thu, 9 Oct 2025 17:56:16 +0200 Subject: [PATCH] Announce PHP 8.5.0 RC2 --- archive/archive.xml | 1 + archive/entries/2025-10-09-2.xml | 26 ++++++++++++++++++++++++++ include/release-qa.php | 12 ++++++------ 3 files changed, 33 insertions(+), 6 deletions(-) create mode 100644 archive/entries/2025-10-09-2.xml diff --git a/archive/archive.xml b/archive/archive.xml index a1ddcf3fe..17d632a88 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-09-2.xml b/archive/entries/2025-10-09-2.xml new file mode 100644 index 000000000..a8a51db16 --- /dev/null +++ b/archive/entries/2025-10-09-2.xml @@ -0,0 +1,26 @@ + + + PHP 8.5.0 RC 2 available for testing + https://www.php.net/archive/2025.php#2025-10-09-2 + 2025-10-09T15:54:19+00:00 + 2025-10-09T15:54:19+00:00 + + + + +
+

+ The PHP team is pleased to announce the second release candidate of PHP 8.5.0, RC 2. + This continues the PHP 8.5 release cycle, the rough outline of which is specified in the + PHP Wiki. +

+

For source downloads of PHP 8.5.0 RC2, please visit the download page.

+

Please carefully test this version and report any issues found on GitHub.

+

Please DO NOT use this version in production, it is an early test version.

+

For more information on the new features and other changes, you can read the NEWS file, or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive.

+

The next release will be RC3, planned for 23 Oct 2025.

+

The signatures for the release can be found in the manifest or on the Release Candidates page.

+

Thank you for helping us make PHP better.

+
+
+
diff --git a/include/release-qa.php b/include/release-qa.php index 446033908..6757cc120 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -101,12 +101,12 @@ $QA_RELEASES = [ 'active' => true, 'release' => [ 'type' => 'RC', - 'number' => 1, - 'sha256_bz2' => '8365ae9263cc160e6182302f0bdcc80edf1806029556e6870beb3078a625389c', - 'sha256_gz' => '0ea5059a387117fe6ed9a72cdc20945dbff6acc072df936e97d35a9cb26420e0', - 'sha256_xz' => '96f064b5d604e00e5fe1c993d4881da659a99d6d1d8ac0b1df8fec6406e34a9d', - 'date' => '25 Sep 2025', - 'baseurl' => 'https://downloads.php.net/~daniels/', + 'number' => 2, + 'sha256_bz2' => '850dda2016231d27fc33bbc13c26e9957ec9aa1dae7aefb3eaf75cba4eb9aa71', + 'sha256_gz' => '9ba719c814e0e84575aece7c9011dfa2f05479413b3007955dafa1b2537700fc', + 'sha256_xz' => 'ddd3edd3d627174b192f9f95934d483da0ba4bbce0bf3f7d255ec65d43dccea0', + 'date' => '09 Oct 2025', + 'baseurl' => 'https://downloads.php.net/~edorian/', ], ], ];