Author: Volker Dusch (edorian)
Date: 2025-12-05T11:31:29+01:00
Commit:
https://github.com/php/web-php/commit/a4de093bd2bc8367d2c0095ca730a9a8f0a4e1fc
Raw diff:
https://github.com/php/web-php/commit/a4de093bd2bc8367d2c0095ca730a9a8f0a4e1fc.diff
Announce PHP 8.5.1RC1
Changed paths:
M include/release-qa.php
Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index f33cf77d03..03092444c3 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -97,16 +97,16 @@
],
],
- '8.5.0' => [
+ '8.5.1' => [
'active' => true,
'release' => [
'type' => 'RC',
- 'number' => 0,
- 'sha256_bz2' => '',
- 'sha256_gz' => '',
- 'sha256_xz' => '',
- 'date' => '13 Nov 2025',
- 'baseurl' => 'https://downloads.php.net/~daniels/',
+ 'number' => 1,
+ 'sha256_bz2' =>
'68dc259fa0e2accfef827acb304eef137c65441382ea56bbf4e58c438c4fe155',
+ 'sha256_gz' =>
'b328792a6ebe2b5bfb9e1d616cea40ab9c6d8b13e141fda2bf511ca6d49a6ce1',
+ 'sha256_xz' =>
'67ea20de4c3038df65ac4d1521bd05a8752aeb79c6e65340410e1f71a599e56e',
+ 'date' => '5 Dec 2025',
+ 'baseurl' => 'https://downloads.php.net/~edorian/',
],
],
];