Commit: 9669de2068f98f97b4820a3b2605ef224de88d15 Author: Tyrael <tyr...@php.net> Fri, 29 Apr 2016 00:50:48 +0200 Parents: 009f9c9249bd2622a1d36916d7cac27bade2d41c Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=9669de2068f98f97b4820a3b2605ef224de88d15 Log: 5.6.22 is next Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index e4206c7..943d38d 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -91,7 +91,7 @@ $QA_RELEASES = array( ), ), - '5.6.21' => array( + '5.6.22' => array( 'active' => true, 'snaps' => array( 'prefix' => 'php5.6-latest', @@ -99,10 +99,10 @@ $QA_RELEASES = array( ), 'release' => array( 'type' => 'RC', - 'number' => 1, - 'md5_bz2' => 'a7d6b461e558f7fc30e1b414ab846c5f', - 'md5_gz' => '237be7fea45bce342305c0849be775b8', - 'md5_xz' => '56d928867c819656407ae651182142ff', + 'number' => 0, + 'md5_bz2' => '', + 'md5_gz' => '', + 'md5_xz' => '', 'date' => '18 Apr 2016', 'baseurl' => 'http://downloads.php.net/tyrael/', ), -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php