Commit:    fbe31cd03ed264a72cdbd2a997fb432ca58f5973
Author:    kovacs.ferenc <kovacs.fer...@ustream.tv>         Thu, 11 Jun 2015 
13:48:51 +0200
Parents:   72f5379bac614556882982abc2ba14145f25129d
Branches:  master

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

Log:
7.0.0alpha1

Changed paths:
  M  include/release-qa.php


Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index 5b50c39..d49dd49 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -108,6 +108,23 @@ $QA_RELEASES = array(
                ),
        ),
 
+        '7.0.0' => array(
+                'active'                => true,
+                'snaps'                 => array(
+                        'prefix'        => 'php7.0-latest',
+                        'baseurl'       => 'http://snaps.php.net/',
+                ),
+                'release'               => array(
+                        'type'      => 'alpha',
+                        'number'    => 1,
+                        'md5_bz2'   => 'e164f85887a4f5e663e09c74e63e4538',
+                        'md5_gz'    => 'f8fc444bbfeb43043f6b52894505fb6b',
+                        'md5_xz'    => 'bd56863c6412a7c302adfb80983b3e5e',
+                        'date'      => '11 Jun 2015',
+                        'baseurl'   => 'http://downloads.php.net/ab/',
+                ),
+        ),
+
        '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