[web-qa] master: Announce PHP 8.4.6RC1
Author: Calvin Buckley (NattyNarwhal)
Date: 2025-03-27T18:35:16-03:00
Commit: https://github.com/php/web-qa/commit/337262fea2a74e5dd478a4cb459b552d0f37c010
Raw diff: https://github.com/php/web-qa/commit/337262fea2a74e5dd478a4cb459b552d0f37c010.diff
Announce PHP 8.4.6RC1
Changed paths:
M include/release-qa.php
Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index 1f7a3f8..18d4def 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -84,16 +84,16 @@
],
],
- '8.4.5' => [
+ '8.4.6' => [
'active' => true,
'release' => [
'type' => 'RC',
- 'number' => 0,
- 'sha256_bz2' => '',
- 'sha256_gz' => '',
- 'sha256_xz' => '',
- 'date' => '27 Feb 2025',
- 'baseurl' => 'https://downloads.php.net/',
+ 'number' => 1,
+ 'sha256_bz2' =>
'0688d2387542e3ac90d4e4068379795f763cd867c7130a165f8a4e0a39f9ddae',
+ 'sha256_gz' =>
'77db6ac2615d1b0618f1f9d43ee9bf29e27e43426d52833b8107bf5ee8b53eb2',
+ 'sha256_xz' =>
'1629a83fd89ff14e22ecc9f1a8cebfbf28c82382fff2efd0ab16c3fff59de2b7',
+ 'date' => '27 Mar 2025',
+ 'baseurl' => 'https://downloads.php.net/~calvinb/',
],
],
];
Thread (1 message)
- Calvin Buckley