Commit: 98337280da29ac042159c2280895d0b4ec753a01 Author: Peter Kokot <[email protected]> Sat, 4 May 2019 13:45:03 +0200 Parents: 408f4f085471c16daba761ef0f89acca9ebd06ef Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=98337280da29ac042159c2280895d0b4ec753a01 Log: Fix #77452: Undefined status Wont fix This adds additional explanation of the "Wont fix" status. Bugs: https://bugs.php.net/77452 Changed paths: M www/search-howto.php Diff: diff --git a/www/search-howto.php b/www/search-howto.php index 463b79e..6b0edaf 100644 --- a/www/search-howto.php +++ b/www/search-howto.php @@ -96,6 +96,11 @@ options. <strong>Suspended</strong>: Tickets which are waiting on some action which is outside the scope of the PHP developers. </li> + </li> + <strong>Wont fix</strong>: Tickets where PHP developers won't fix an issue + (even though it is acknowlegded as such), for reasons to be stated in the + closing comment. + </li> <li><strong>All</strong>: All types, even not-a-bug.</li> </ul> </td> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
