Commit:    11c6f02ed162ee72e999ee06c8c539f15f7b711f
Author:    Gabriel Caruso <carusogabrie...@gmail.com>         Tue, 3 Nov 2020 
11:24:40 +0100
Parents:   53b60e33bb2d5f9f92f664f029a97d400a359c6a
Branches:  master

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

Log:
Add PHP 8.0 to common searches

Closes GH-87.

Changed paths:
  M  www/index.php


Diff:
diff --git a/www/index.php b/www/index.php
index 7dd619d..a1461a7 100644
--- a/www/index.php
+++ b/www/index.php
@@ -29,6 +29,7 @@ $searches = [
     'Most recent open bugs (PHP 7.2)' => 
'&bug_type=All&phpver=7.2&project=PHP',
     'Most recent open bugs (PHP 7.3)' => 
'&bug_type=All&phpver=7.3&project=PHP',
     'Most recent open bugs (PHP 7.4)' => 
'&bug_type=All&phpver=7.4&project=PHP',
+    'Most recent open bugs (PHP 8.0)' => 
'&bug_type=All&phpver=8.0&project=PHP',
     '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