[web-qa] master: Announce PHP 8.4.2RC1
Author: Calvin Buckley (NattyNarwhal)
Date: 2024-12-05T11:12:55-04:00
Commit: https://github.com/php/web-qa/commit/c56326ab808398e9b2526cd8183719825388f6e9
Raw diff: https://github.com/php/web-qa/commit/c56326ab808398e9b2526cd8183719825388f6e9.diff
Announce PHP 8.4.2RC1
Changed paths:
M include/release-qa.php
Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index 79c187d..b58d2bd 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -84,16 +84,16 @@
],
],
- '8.4.1' => [
+ '8.4.2' => [
'active' => true,
'release' => [
'type' => 'RC',
- 'number' => 0,
- 'sha256_bz2' => '',
- 'sha256_gz' => '',
- 'sha256_xz' => '',
- 'date' => '07 Nov 2024',
- 'baseurl' => 'https://downloads.php.net/',
+ 'number' => 1,
+ 'sha256_bz2' =>
'180a8bc985b1a4547f097b75540ab8077c3040a4f0c121350b14c1b5860a9a62',
+ 'sha256_gz' =>
'30302775ec969e1aa37586b2a74a7ed82e806be41a386e548919f3a5ac6498e5',
+ 'sha256_xz' =>
'525e37233337f7a436c7d892f9ac35678c8ce5c3745a66dc4b27880d9b6feeb4',
+ 'date' => '05 Dec 2024',
+ 'baseurl' => 'https://downloads.php.net/~calvinb/',
],
],
];
Thread (1 message)
- Calvin Buckley