bjori                                    Wed, 26 Oct 2011 15:17:14 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=318442

Log:
The pecl bugtracker has been merged into bugs.php.net

Changed paths:
    U   SVNROOT/commit-bugs.php

Modified: SVNROOT/commit-bugs.php
===================================================================
--- SVNROOT/commit-bugs.php     2011-10-26 14:57:53 UTC (rev 318441)
+++ SVNROOT/commit-bugs.php     2011-10-26 15:17:14 UTC (rev 318442)
@@ -8,7 +8,7 @@
 $bug_pattern = '/(?:(pecl|pear|php)\s*)?(?:bug|#)[\s#:]*([0-9]+)/iuX';
 $bug_url_prefixes = array(
     'pear' => 'http://pear.php.net/bugs',
-    'pecl' => 'http://pecl.php.net/bugs',
+    'pecl' => 'https://bugs.php.net',
     'php' => 'https://bugs.php.net',
     '' => 'https://bugs.php.net',
 );

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

Reply via email to