Commit: 931c5341f100f8a853f37717f12d9cf38fc10f8c Author: Adam Harvey <[email protected]> Sun, 8 Nov 2015 16:23:25 +0100 Parents: 432aab7e2c1f1fa41f78dfeeb55aa022a9fc9190 Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=931c5341f100f8a853f37717f12d9cf38fc10f8c Log: Pouring one out for 5.4 as we speak. Changed paths: M www/index.php Diff: diff --git a/www/index.php b/www/index.php index bcc517d..1d0393d 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.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', 'Most recent open bugs (PHP 7.0)' => '&bug_type=All&phpver=7.0', @@ -115,4 +114,4 @@ to a random open bug.</p> <p>You can view a variety of statistics about the bugs that have been reported on our <a href="stats.php">bug statistics page</a>.</p> -<?php response_footer(); \ No newline at end of file +<?php response_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
