Author: Calvin Buckley (NattyNarwhal) Date: 2025-05-22T17:08:08-03:00 Commit: https://github.com/php/web-php/commit/1e0fab8e5174f625142a1335b6e93b0d2ca68c97 Raw diff: https://github.com/php/web-php/commit/1e0fab8e5174f625142a1335b6e93b0d2ca68c97.diff
Announce PHP 8.4.8RC1 Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index 076e03ed94..c4f6933e28 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -84,16 +84,16 @@ ], ], - '8.4.7' => [ + '8.4.8' => [ 'active' => true, 'release' => [ 'type' => 'RC', - 'number' => 0, - 'sha256_bz2' => '', - 'sha256_gz' => '', - 'sha256_xz' => '', - 'date' => '24 Apr 2025', - 'baseurl' => 'https://downloads.php.net/', + 'number' => 1, + 'sha256_bz2' => 'a7cf7b8c119b0c9dbbd047f246cbf91fd0e588c7eb00e320db5aa9c0fde350e5', + 'sha256_gz' => '37597255d048e00632d0d4a53c97157fa1fa25068cad9c57de6e0d0548193bd7', + 'sha256_xz' => 'c8a8b11d8239c6d748197badacb81881973e79401a652756083c18ab04343602', + 'date' => '22 May 2025', + 'baseurl' => 'https://downloads.php.net/~calvinb/', ], ], ];