Commit: a0ad9bf2cd95da23f236490643e79f386a32d733 Author: David Soria Parra <d...@php.net> Mon, 12 Nov 2012 18:59:44 +0100 Parents: f0a398060077769a17737cddf1766f3e148e7abc Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=a0ad9bf2cd95da23f236490643e79f386a32d733 Log: Add PHP 5.5 Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index 95ad663..31ad839 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -82,6 +82,23 @@ $QA_RELEASES = array( ), ), + '5.5.0' => array( + 'active' => true, + 'snaps' => array( + 'prefix' => 'php5.5-latest', + 'baseurl' => 'http://snaps.php.net/', + ), + 'release' => array( + 'type' => 'alpha', + 'number' => 1, + 'md5_bz2' => '', + 'md5_gz' => '', + 'md5_xz' => '', + 'date' => '13 Nov 2012', + 'baseurl' => 'http://downloads.php.net/dsp/', + ), + ), + 'trunk' => array( 'active' => false, 'snaps' => array( -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php