Author: Eric Mann (ericmann) Date: 2024-07-18T06:31:42-07:00 Commit: https://github.com/php/web-qa/commit/fba4d380d4c9b3d951c827043f7a40b60a629e2c Raw diff: https://github.com/php/web-qa/commit/fba4d380d4c9b3d951c827043f7a40b60a629e2c.diff
Announce PHP 8.3.10RC1 Signed-off-by: Eric Mann <e...@eamann.com> Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index 5d0e5bb..745b017 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -72,16 +72,16 @@ ], - '8.3.9' => [ + '8.3.10' => [ 'active' => true, 'release' => [ 'type' => 'RC', - 'number' => 0, - 'sha256_bz2' => '', - 'sha256_gz' => '', - 'sha256_xz' => '', - 'date' => '20 Jun 2024', - 'baseurl' => 'https://downloads.php.net/', + 'number' => 1, + 'sha256_bz2' => 'b16770299bc09c49ed098c64c09395119f0f4d21296fb06608ca2a716a6ae8cd', + 'sha256_gz' => 'f5f40fb3e4253a1055606a24801e1a98600e30aa88d8ee0fa1cb0eb3f608cf8b', + 'sha256_xz' => '0b76e618f62c66d7ef670250f598d4834de2b5fe0c72a8dea0e267ae7ad4154e', + 'date' => '18 Jul 2024', + 'baseurl' => 'https://downloads.php.net/~eric/', ], ],