Commit:    ba3da64f11ab42b0e93cd2278eb1316bcb3ba220
Author:    Johannes Schlüter <[email protected]>         Thu, 18 Jul 2013 
01:15:57 +0200
Parents:   d14a4a0eb1a0c0d101377b32aca677899e07b7df
Branches:  master

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

Log:
Drop ooooold 5.3 hack

Changed paths:
  M  include/php_versions.php


Diff:
diff --git a/include/php_versions.php b/include/php_versions.php
index 27369f7..8d53eb9 100644
--- a/include/php_versions.php
+++ b/include/php_versions.php
@@ -20,8 +20,6 @@
                $dev_versions = 
json_decode(file_get_contents('http://qa.php.net/api.php?type=qa-releases&format=json&only=dev_versions'));
 
                $versions = array();
-               // FIXME: manually adding the 5.3 branch as we don't have 
active qa release for it currently
-               $versions = array('5' => array('3' => array()));
 
                $date = date('Y-m-d');
                $default_versions = array(


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to