Commit: b93706220ed4c18db8d0ff1f16769dbb85054d9a Author: Stanislav Malyshev <smalys...@gmail.com> Thu, 7 Jun 2018 11:30:43 -0700 Parents: 01f0fb52943e5282f3c42230a7f5a34bf13d5dd0 Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=b93706220ed4c18db8d0ff1f16769dbb85054d9a Log: Add 7.3.0 alpha 1 Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index d5fc91d..00065b0 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -94,6 +94,18 @@ $QA_RELEASES = array( 'baseurl' => 'https://downloads.php.net/~pollita/', ), ), + '7.3.0' => array( + 'active' => true, + 'release' => array( + 'type' => 'alpha', + 'number' => 1, + 'sha256_bz2' => '8e27df8cf9db49cd2b56fa545b962e8f9ff31889c5429f77b4cf7d94ddab5a09', + 'sha256_gz' => 'bf3d089d876ac817aecd6afca7ef801cda5c809d4954871e8e6be38bea656f2c', + 'sha256_xz' => 'a229d0bf48a3f91d1751ec859473abc70e7fd0f6befc2dc6578b3a128bd0e025', + 'date' => '7 Jun 2018', + 'baseurl' => 'https://downloads.php.net/~stas/', + ), + ), ); // This is a list of the possible checksum values that can be supplied with a QA release. Any -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php