Commit: 00ddba32293f77f0baa8903fb44af43add859186 Author: Sara Golemon <poll...@php.net> Thu, 11 Oct 2018 09:55:58 -0400 Parents: 9d52532aaa14124528376f21f3c09c72526e43a5 Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=00ddba32293f77f0baa8903fb44af43add859186 Log: Move 7.1.23/7.2.11 out of QA Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index dd2503f..6caf104 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -78,10 +78,10 @@ $QA_RELEASES = array( 'active' => true, 'release' => array( 'type' => 'RC', - 'number' => 1, - 'sha256_bz2' => 'f4832f3c46946342d9ba99bc8cbacad1d2c011eafdd5f76723d1b30505c94248', - 'sha256_gz' => 'd3c72114c354dced813720adcb0bab56b5cc6f9ef7bfd61a7cd67de645de7aa9', - 'sha256_xz' => '4946c920452faa3b342df5652bd7c287c7f429ba1f30472de4740b65d947cb10', + 'number' => 0, + 'sha256_bz2' => '', + 'sha256_gz' => '', + 'sha256_xz' => '', 'date' => '27 Sep 2018', 'baseurl' => 'http://downloads.php.net/~pollita/', ), @@ -91,10 +91,10 @@ $QA_RELEASES = array( 'active' => true, 'release' => array( 'type' => 'RC', - 'number' => 1, - 'sha256_bz2' => '8c99815db93ada114f2100eb19f82306b91077eb9909a01b81f2dec857fcea3c', - 'sha256_gz' => 'bab813bfbc0b3b853a917440e350432608998125f1578a1078508fc06d62c416', - 'sha256_xz' => '52b14d1017863da157e7126a01fa46e11a9c0ceacef0fbcd5e84b1246235d805', + 'number' => 0, + 'sha256_bz2' => '', + 'sha256_gz' => '', + 'sha256_xz' => '', 'date' => '27 Sep 2018', 'baseurl' => 'https://downloads.php.net/~pollita/', ),