Commit: 54b6aef6a7b39bd53c47707086fcc32af4011b3b Author: Anatol Belski <a...@php.net> Thu, 23 Jun 2016 08:32:29 +0200 Parents: ba59dc9efcceb14523b2942433746790ad597443 Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=54b6aef6a7b39bd53c47707086fcc32af4011b3b Log: prepare 7.0.9 Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index 4eb6713..c9c4095 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -108,7 +108,7 @@ $QA_RELEASES = array( ), ), - '7.0.8' => array( + '7.0.9' => array( 'active' => true, 'snaps' => array( 'prefix' => 'php7.0-latest', @@ -116,10 +116,10 @@ $QA_RELEASES = array( ), 'release' => array( 'type' => 'RC', - 'number' => 1, - 'md5_bz2' => '10670fd616688dcc3235b1f272f6aa78', - 'md5_gz' => 'bb598a8c85bd285e7826236661956416', - 'md5_xz' => '8bc8715d0b7fee407504dc1a4844ce40', + 'number' => 0, + 'md5_bz2' => '', + 'md5_gz' => '', + 'md5_xz' => '', 'date' => '09 June 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