|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2014-06-12 16:05 UTC] aharvey@php.net
Description: ------------ The bug tracker no longer shows any quick fixes: http://i.imgur.com/XgNC8eH.png The select itself still appears; it's just empty. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 12:00:02 2025 UTC |
The reason is that the bug is in a "project" with no quick fix option applicable. See bugsweg www/bug.php aroudn line 170 $project = $bug['project']; /* ...*/ if ($edit === 1) { list($RESOLVE_REASONS, $FIX_VARIATIONS) = get_resolve_reasons($project); } ($bug comes from the database) I think somebody should add some of the quick fixes to pecl, too. I don't have database access.