Commit: 74b9b024e8c67130d34bb46910d80a8266958838 Author: Sobak <[email protected]> Thu, 14 Aug 2014 16:38:19 +0200 Parents: 189219648a05ca2e39893e2947107526019bebba Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=74b9b024e8c67130d34bb46910d80a8266958838 Log: Remove shortcut to 5.3 bugs as it's EOL'd Changed paths: M www/index.php Diff: diff --git a/www/index.php b/www/index.php index 54c2aa0..ee6b2ef 100644 --- a/www/index.php +++ b/www/index.php @@ -92,7 +92,6 @@ to a random open bug.</p> $searches = array( 'Most recent open bugs (all)' => '&bug_type=All', 'Most recent open bugs (all) with patch or pull request' => '&bug_type=All&patch=Y&pull=Y', - 'Most recent open bugs (PHP 5.3)' => '&bug_type=All&phpver=5.3', 'Most recent open bugs (PHP 5.4)' => '&bug_type=All&phpver=5.4', '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', -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
