[web-qa] master: Announce PHP 8.4.4RC2
Author: Calvin Buckley (NattyNarwhal)
Date: 2025-01-30T11:52:44-04:00
Commit: https://github.com/php/web-qa/commit/92a93139bc00da2c4e392462ca79e9116b3ca192
Raw diff: https://github.com/php/web-qa/commit/92a93139bc00da2c4e392462ca79e9116b3ca192.diff
Announce PHP 8.4.4RC2
Changed paths:
M include/release-qa.php
Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index 1013698..072063f 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -84,16 +84,16 @@
],
],
- '8.4.3' => [
+ '8.4.4' => [
'active' => true,
'release' => [
'type' => 'RC',
- 'number' => 0,
- 'sha256_bz2' => '',
- 'sha256_gz' => '',
- 'sha256_xz' => '',
- 'date' => '02 Jan 2025',
- 'baseurl' => 'https://downloads.php.net/',
+ 'number' => 2,
+ 'sha256_bz2' =>
'c854077682e6b70e4844103028962a04d5a92be51d3135df0f4cad6bcc06f7f5',
+ 'sha256_gz' =>
'cb69fc9a3cec67e98ea218a0e9d6d2e18c0addeee432418e4adc6ddb284069c1',
+ 'sha256_xz' =>
'c4db62086daba95be9c1dc2cfe28eb998bbba7673b122d22dd9c3765d04391a2',
+ 'date' => '30 Jan 2025',
+ 'baseurl' => 'https://downloads.php.net/~calvinb/',
],
],
];
Thread (1 message)
- Calvin Buckley