Commit: e00e4de7bf226ef53024d9790f8ccc8c5789b598 Author: Anatol Belski <a...@php.net> Thu, 26 May 2016 10:19:40 +0200 Parents: 4cbcd18b1ea96ac68c6a30d568db7dab2c625816 Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=e00e4de7bf226ef53024d9790f8ccc8c5789b598 Log: 7.0.8 next Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index ec746a8..86fe121 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -108,7 +108,7 @@ $QA_RELEASES = array( ), ), - '7.0.7' => array( + '7.0.8' => array( 'active' => true, 'snaps' => array( 'prefix' => 'php7.0-latest', @@ -116,10 +116,10 @@ $QA_RELEASES = array( ), 'release' => array( 'type' => 'RC', - 'number' => 1, - 'md5_bz2' => 'bf33f4229362acc3d84f4fb4a678aa91', - 'md5_gz' => '93a5232e2b6370e6d65cc53a551e5608', - 'md5_xz' => '55cdeea5517e372d99fd155ef7ad7d18', + 'number' => 0, + 'md5_bz2' => '', + 'md5_gz' => '', + 'md5_xz' => '', 'date' => '12 May 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