Author: Patrick Allaert (patrickallaert) Date: 2022-01-06T18:59:57+01:00 Commit: https://github.com/php/web-qa/commit/c3191e4c0aa63c218b07b13052284baa49691972 Raw diff: https://github.com/php/web-qa/commit/c3191e4c0aa63c218b07b13052284baa49691972.diff
Announce PHP 8.1.2RC1 Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index af135cc..5f07793 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -83,15 +83,15 @@ ], ], - '8.1.1' => [ + '8.1.2' => [ 'active' => true, 'release' => [ 'type' => 'RC', - 'number' => 0, - 'sha256_gz' => '', - 'sha256_bz2' => '', - 'sha256_xz' => '', - 'date' => '02 Dec 2021', + 'number' => 1, + 'sha256_gz' => '15e4f98ed40af88e87753737eaa4f8e2d0bbb7396cb96cf501c7f77a4aec0f2d', + 'sha256_bz2' => '751d215eff50843a1aa198b826758d73cbd6a100e5c39f03fe70bc095352463c', + 'sha256_xz' => 'cfe0f76d45a9a7a7172c2962abc6116bd06f2eb51bcb8a6182821c494da7caf6', + 'date' => '06 Jan 2022', 'baseurl' => 'https://downloads.php.net/~patrickallaert/', ], ],