Commit:    5b314cd1ac5d62d09be990e5c43c46eee3bcca94
Author:    Kalle Sommer Nielsen <ka...@php.net>         Tue, 26 May 2015 
09:38:18 +0200
Parents:   788ce8d25be5d5df1c8407e5d402348e718eac84
Branches:  master

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

Log:
Added PHP7 to the frontpage quick searches

Changed paths:
  M  include/php_versions.php
  M  www/index.php


Diff:
diff --git a/include/php_versions.php b/include/php_versions.php
index bce8492..04205f4 100644
--- a/include/php_versions.php
+++ b/include/php_versions.php
@@ -5,7 +5,7 @@
        if you want to add a new version, add it there at include/release-qa.php
        the result is cached for an hour, you can force it to refresh, if you 
delete the 'bugs.versions' item from apc
        the versions are weighted by the following:
-       - major+minor version desc (6>5.4>5.3>master)
+       - major+minor version desc (7>5.4>5.3>master)
        - between a minor version we order by the micro if available: first the 
qa releases: alpha/beta/rc, then the stable, then the Git versions(snaps, Git)
 
        Stable releases are pulled from http://php.net/releases/active.php
diff --git a/www/index.php b/www/index.php
index ee6b2ef..bcc517d 100644
--- a/www/index.php
+++ b/www/index.php
@@ -95,6 +95,7 @@ to a random open bug.</p>
                'Most recent open bugs (PHP 5.4)' => '&bug_type=All&phpver=5.4',
                'Most recent open bugs (PHP 5.5)' => '&bug_type=All&phpver=5.5',
                'Most recent open bugs (PHP 5.6)' => '&bug_type=All&phpver=5.6',
+               'Most recent open bugs (PHP 7.0)' => '&bug_type=All&phpver=7.0',
                'Open Documentation bugs' => '&bug_type=Documentation+Problem',
                'Open Documentation bugs (with patches)' => 
'&bug_type=Documentation+Problem&patch=Y'
        );


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

Reply via email to