Commit:    3b33c11b07c25c5692f8cce2bab4ab19b7d5d219
Author:    Johannes Schlüter <johan...@schlueters.de>         Thu, 11 Jul 2013 
16:30:27 +0200
Parents:   d2965a0f362677b091884ae7fa63c012e7244198
Branches:  master

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

Log:
good bye 5.3

Changed paths:
  M  include/release-qa.php


Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index 7106858..0e6cd9b 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -51,17 +51,17 @@ TODO:
 $QA_RELEASES = array(
        
        '5.3.27' => array(
-               'active'                => true,
+               'active'                => false,
                'snaps'                 => array(
                        'prefix'        => 'php5.3-latest',
                        'baseurl'       => 'http://snaps.php.net/',
                ),
                'release'               => array(
                        'type'          => 'RC',
-                       'number'        => 1,
-                       'md5_bz2'       => '3be8835e4d24e7b8ffe8a86e6404271b',
-                       'md5_gz'        => '3c82ff1732fc72950ad9213f3968f71d',
-                       'date'          => '20 Jun 2013',
+                       'number'        => 0,
+                       'md5_bz2'       => '',
+                       'md5_gz'        => '',
+                       'date'          => '?? ??? 2013',
                        'baseurl'       => 'http://downloads.php.net/johannes/',
                ),
        ),


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

Reply via email to