Commit: 1f99324edc41556853cfe992188b3094afcfb439 Author: Kalle Sommer Nielsen <[email protected]> Thu, 30 Jun 2016 08:30:25 +0200 Parents: 21084ee3da82d378b576487f419bcefb545650cd Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=1f99324edc41556853cfe992188b3094afcfb439 Log: Add 7.1 quick link on the main page Changed paths: M www/index.php Diff: diff --git a/www/index.php b/www/index.php index 1d0393d..20182cb 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.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', + 'Most recent open bugs (PHP 7.1)' => '&bug_type=All&phpver=7.1', '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
