bjori Thu, 10 Nov 2011 15:35:32 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=319000
Log: This should work fine for pecl now Changed paths: U SVNROOT/commit-bugs.php Modified: SVNROOT/commit-bugs.php =================================================================== --- SVNROOT/commit-bugs.php 2011-11-10 15:06:46 UTC (rev 318999) +++ SVNROOT/commit-bugs.php 2011-11-10 15:35:32 UTC (rev 319000) @@ -55,8 +55,7 @@ // Make an RPC call for each bug include __DIR__ . '/secret.inc'; foreach ($bug_list as $k => $bug) { - // Only do this for core PHP bugs - if ($bug['project'] !== '' && $bug['project'] !== 'php') { + if (!in_array($bug["project"], array("php", "pecl", ""))) { continue; }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php