diff --git a/archive/archive.xml b/archive/archive.xml index 17d632a88d..d51e7ace1d 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-1.xml b/archive/entries/2025-10-23-1.xml new file mode 100644 index 0000000000..9628caf655 --- /dev/null +++ b/archive/entries/2025-10-23-1.xml @@ -0,0 +1,26 @@ + + + PHP 8.5.0 RC 3 available for testing + https://www.php.net/archive/2025.php#2025-10-23-1 + 2025-10-23T16:59:13+00:00 + 2025-10-23T16:59:13+00:00 + + + + +
+

+ The PHP team is pleased to announce the third release candidate of PHP 8.5.0, RC 3. + 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 RC3, 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 RC4, planned for 6 Nov 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 c92e9a9d97..5fcc80f456 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -101,12 +101,12 @@ 'active' => true, 'release' => [ 'type' => 'RC', - 'number' => 2, - 'sha256_bz2' => '850dda2016231d27fc33bbc13c26e9957ec9aa1dae7aefb3eaf75cba4eb9aa71', - 'sha256_gz' => '9ba719c814e0e84575aece7c9011dfa2f05479413b3007955dafa1b2537700fc', - 'sha256_xz' => 'ddd3edd3d627174b192f9f95934d483da0ba4bbce0bf3f7d255ec65d43dccea0', - 'date' => '09 Oct 2025', - 'baseurl' => 'https://downloads.php.net/~edorian/', + 'number' => 3, + 'sha256_bz2' => 'c12a6d7e305280a839d9950fda22463ebd3eb764c929c57049a3c1fbfdce4930', + 'sha256_gz' => '937e544d72ee1eb28d2190cadaadf8e5e8d7d8c365b5c1f6a99b4f979a1f3a1b', + 'sha256_xz' => 'd3dd9e8b5e458277f86ca79f47b5001cb2c7d6d6742cdd2298790fd58a5ce7d3', + 'date' => '23 Oct 2025', + 'baseurl' => 'https://downloads.php.net/~daniels/', ], ], ];