Commit:    419ec6a6ba5aaf071bff85ff13d0d3ed882a2ab1
Author:    David Soria Parra <[email protected]>         Wed, 14 Nov 2012 00:25:29 
+0100
Parents:   3d21e3d353bcfcc53001dd1aa5538e2f95ddf875
Branches:  master

Link:       
http://git.php.net/?p=web/bugs.git;a=commitdiff;h=419ec6a6ba5aaf071bff85ff13d0d3ed882a2ab1

Log:
Add a PHP 5.5 bugs filter shortcut

Changed paths:
  M  www/index.php


Diff:
diff --git a/www/index.php b/www/index.php
index 87a48fd..4219ce0 100644
--- a/www/index.php
+++ b/www/index.php
@@ -107,6 +107,10 @@ to a random open bug.</p>
                        'base'   => $base_default,
                        'suffix' => '&bug_type=All&phpver=5.4',
                ),
+               'Most recent open bugs (PHP 5.5)' => array(
+                       'base'   => $base_default,
+                       'suffix' => '&bug_type=All&phpver=5.5',
+               ),
                'Open Documentation bugs' => array(
                        'base'   => $base_default,
                        'suffix' => '&bug_type=Documentation+Problem',


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to