Commit:    53f69a53114b1b52b964be2e5ddd7607b3c9d50c
Author:    Ferenc Kovacs <tyr...@gmail.com>         Fri, 24 Jan 2014 02:59:20 
+0100
Parents:   6382b78c0a280d75b2ceabf8ea636a6c61b405cb
Branches:  master

Link:       
http://git.php.net/?p=web/qa.git;a=commitdiff;h=53f69a53114b1b52b964be2e5ddd7607b3c9d50c

Log:
5.6.0alpha1

Changed paths:
  M  include/release-qa.php


Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index 3898e6d..636ec18 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -99,6 +99,23 @@ $QA_RELEASES = array(
                ),
        ),
 
+       '5.6.0' => array(
+               'active'                => true,
+               'snaps'                 => array(
+                       'prefix'        => 'php5.6-latest',
+                       'baseurl'       => 'http://snaps.php.net/',
+               ),
+               'release'               => array(
+                       'type'          => 'alpha',
+                       'number'    => 1,
+                       'md5_bz2'   => 'd1ac1df6ff701546a005e2d9799d2002',
+                       'md5_gz'    => 'e0b74b01b2da3dd0552b9c747eb2fc93',
+                       'md5_xz'    => '4ce1be1e400fa061426285933e8f2cf5',
+                       'date'      => '23 Jan 2014',
+                       'baseurl'       => 'http://downloads.php.net/tyrael/',
+               ),
+       ),
+
        'trunk' => array(
                'active'                => false,
                'snaps'                 => array(


--
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to