Commit: b902b49625e2c99fa61e693cd5b0ee785dbe38fe Author: Christoph M. Becker <[email protected]> Fri, 8 Jun 2018 11:53:15 +0200 Parents: a3fb1cb4833c57648b924640ea2d185e27d05dad Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=b902b49625e2c99fa61e693cd5b0ee785dbe38fe Log: Add search link for PHP 7.3 bugs Changed paths: M www/index.php Diff: diff --git a/www/index.php b/www/index.php index bfe93df..66eea4d 100644 --- a/www/index.php +++ b/www/index.php @@ -102,6 +102,7 @@ to a random open bug.</p> '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', + 'Most recent open bugs (PHP 7.3)' => '&bug_type=All&phpver=7.3', '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
