Author: Patrick Allaert (patrickallaert) Date: 2022-07-21T12:27:24+02:00 Commit: https://github.com/php/web-qa/commit/fb3942bac11d60ff0d513e77f93bc3a1fdedb98a Raw diff: https://github.com/php/web-qa/commit/fb3942bac11d60ff0d513e77f93bc3a1fdedb98a.diff
Announce PHP 8.1.9RC1 Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index d837140..085f663 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -83,16 +83,16 @@ ], ], - '8.1.8' => [ + '8.1.9' => [ 'active' => true, 'release' => [ 'type' => 'RC', - 'number' => 0, - 'sha256_gz' => '', - 'sha256_bz2' => '', - 'sha256_xz' => '', - 'date' => '23 Jun 2022', - 'baseurl' => 'https://downloads.php.net/', + 'number' => 1, + 'sha256_gz' => '7245ee7c175bd2a5c7e6f92c03ad646f0e767322caf203c7c31c0a0f017d90f9', + 'sha256_bz2' => '396865e9b4e53995f2d6cfaf7c707aa300f1d7681c0cfbb71d2dd0c1a08d8429', + 'sha256_xz' => '87ca328fb93c7f89517c6a36fe5cbb6612c3b63000090e9695241c4fb54671a5', + 'date' => '21 Jul 2022', + 'baseurl' => 'https://downloads.php.net/~patrickallaert/', ], ],