Commit: 5aea728a41a97a6753bf737d493c4f2557beea1a Author: Anatol Belski <a...@php.net> Thu, 3 Mar 2016 08:10:26 +0100 Parents: 49823f2e3ae7db24517b7c7ea488bf9dd21719c3 Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=5aea728a41a97a6753bf737d493c4f2557beea1a Log: 7.0.5 next Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index 83d224c..b8a18e2 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -108,7 +108,7 @@ $QA_RELEASES = array( ), ), - '7.0.4' => array( + '7.0.5' => array( 'active' => true, 'snaps' => array( 'prefix' => 'php7.0-latest', @@ -116,10 +116,10 @@ $QA_RELEASES = array( ), 'release' => array( 'type' => 'RC', - 'number' => 1, - 'md5_bz2' => '50442732404e0279284a2de071cc989e', - 'md5_gz' => '20996222dade2b3ccb6ec1a57f3169ce', - 'md5_xz' => 'a7f80bdc22506ae62214f13f679f7d60', + 'number' => 0, + 'md5_bz2' => '', + 'md5_gz' => '', + 'md5_xz' => '', 'date' => '18 Feb 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