Commit: 53ad0f69c84fa889ca7287e3c99bd904931347ab Author: Anatol Belski <[email protected]> Thu, 31 Mar 2016 10:56:15 +0200 Parents: 77d74265b8fc9feb1f8d8c770f3b96797ca2c395 Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=53ad0f69c84fa889ca7287e3c99bd904931347ab Log: 7.0.6 next Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index a11c3f5..32c3601 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -108,7 +108,7 @@ $QA_RELEASES = array( ), ), - '7.0.5' => array( + '7.0.6' => array( 'active' => true, 'snaps' => array( 'prefix' => 'php7.0-latest', @@ -116,10 +116,10 @@ $QA_RELEASES = array( ), 'release' => array( 'type' => 'RC', - 'number' => 1, - 'md5_bz2' => 'cd6fba9abd28326f1a7c0f8586c3d22f', - 'md5_gz' => '8ae3eee506caa35e328759303b117e5e', - 'md5_xz' => 'c81288afeb6a8b6c96948f3c2bf0881d', + 'number' => 0, + 'md5_bz2' => '', + 'md5_gz' => '', + 'md5_xz' => '', 'date' => '17 Mar 2016', 'baseurl' => 'http://downloads.php.net/ab/', ), -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php
