Commit: 218067f657e62a94f48d04fcba044039f8f1c1ff Author: Sara Golemon <poll...@php.net> Thu, 30 Aug 2018 13:08:53 -0400 Parents: edf80061427cd11ac349aaa0c9c2cfff0b6e327f Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=218067f657e62a94f48d04fcba044039f8f1c1ff Log: 7.1.22RC1 Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index 93d14b8..8096745 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -74,16 +74,16 @@ $QA_RELEASES = array( ), ), - '7.1.21' => array( + '7.1.22' => array( 'active' => true, 'release' => array( 'type' => 'RC', - 'number' => 0, - 'sha256_bz2' => '', - 'sha256_gz' => '', - 'sha256_xz' => '', - 'date' => '2 Aug 2018', - 'baseurl' => 'http://downloads.php.net/~ab/', + 'number' => 1, + 'sha256_bz2' => '8bf90cfac6b1f809a3e6ce5f0f1aaaa579ac79b5165d2775815c218dd499fafd', + 'sha256_gz' => '5a319045d576f6b03054187b9771caa20e261c8620276d7bb1fd8c4dccb80d93', + 'sha256_xz' => '5f9c37e1bf7178f29b41058ace23fc2b2e3205a2c8aaf6b34ac01eed96ff2ddf', + 'date' => '30 Aug 2018', + 'baseurl' => 'http://downloads.php.net/~pollita/', ), ),