Commit:    7e3870ef1573374f55db5204bf968274f75e1ad0
Author:    Gabriel Caruso <[email protected]>         Sun, 10 Feb 2019 
19:53:59 -0200
Committer: Peter Kokot <[email protected]>      Fri, 15 Feb 2019 02:40:01 
+0100
Parents:   5cd2630a86cd4feaacdd1353f246b234dfe75dc1
Branches:  master

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

Log:
Remove PHP 5.6 from "Common searches" list

Changed paths:
  M  www/index.php


Diff:
diff --git a/www/index.php b/www/index.php
index 34b69c9..f53b7b6 100644
--- a/www/index.php
+++ b/www/index.php
@@ -47,7 +47,6 @@ if ('/random' === $_SERVER['REQUEST_URI']) {
 $searches = [
     'Most recent open bugs (all)' => '&bug_type=All',
     'Most recent open bugs (all) with patch or pull request' => 
'&bug_type=All&patch=Y&pull=Y',
-    'Most recent open bugs (PHP 5.6)' => '&bug_type=All&phpver=5.6',
     'Most recent open bugs (PHP 7.1)' => '&bug_type=All&phpver=7.1',
     'Most recent open bugs (PHP 7.2)' => '&bug_type=All&phpver=7.2',
     'Most recent open bugs (PHP 7.3)' => '&bug_type=All&phpver=7.3',


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

Reply via email to