Commit: 9f5c30ffabf31ed9216fe34535eb4de5e35d907e Author: Christoph M. Becker <[email protected]> Fri, 14 Jun 2019 12:03:34 +0200 Parents: f2df1a664b3642f9dc4fea449c8d74c565670081 Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=9f5c30ffabf31ed9216fe34535eb4de5e35d907e Log: Add search link for PHP 7.4 bugs Changed paths: M www/index.php Diff: diff --git a/www/index.php b/www/index.php index c57a9ac..ce3e68c 100644 --- a/www/index.php +++ b/www/index.php @@ -29,6 +29,7 @@ $searches = [ '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', + 'Most recent open bugs (PHP 7.4)' => '&bug_type=All&phpver=7.4', '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
