Commit: 95cdd4429e8da797bd6e6c36cb7ecf6a728743a0 Author: Kalle Sommer Nielsen <[email protected]> Mon, 15 May 2017 03:34:56 +0200 Parents: df52d48b164c816305ddc50e88ae757b1770970b Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=95cdd4429e8da797bd6e6c36cb7ecf6a728743a0 Log: Added quick link to 7.2 bugs Changed paths: M www/index.php Diff: diff --git a/www/index.php b/www/index.php index dc00fb7..801dd57 100644 --- a/www/index.php +++ b/www/index.php @@ -98,6 +98,7 @@ to a random open bug.</p> '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', + 'Most recent open bugs (PHP 7.2)' => '&bug_type=All&phpver=7.2', '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
