Commit: 0ffb31aa196d8dad547557a71b92ae267225719b Author: Stanislav Malyshev <smalys...@gmail.com> Thu, 3 Apr 2014 15:44:05 -0700 Parents: daef5c7ac55c5cfaad8bc7a208c25255a35ee8c8 Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=0ffb31aa196d8dad547557a71b92ae267225719b Log: 5.4.27 Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index 96d5fa9..dab1471 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -66,18 +66,18 @@ $QA_RELEASES = array( ), ), - '5.4.27' => array( + '5.4.28' => array( 'active' => true, 'snaps' => array( 'prefix' => 'php5.4-latest', 'baseurl' => 'http://snaps.php.net/', ), 'release' => array( - 'type' => 'RC', - 'number' => 1, + 'type' => '', + 'number' => 0, 'md5_bz2' => '565e9ac3cdc138d0006a47131783085f', 'md5_gz' => '239c35d4bd0fc242a3bbf7e7f31b796a', - 'date' => '20 Mar 2013', + 'date' => '', 'baseurl' => 'http://downloads.php.net/stas/', ), ), -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php