For Programmers: Free Programming Magazines  


Home > Archive > PHP Mirrors > November 2004 > cvs: php-bugs-web /include functions.inc









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: php-bugs-web /include functions.inc
Derick Rethans

2004-11-23, 3:56 pm

derick Tue Nov 23 12:38:15 2004 EDT

Modified files:
/php-bugs-web/include functions.inc
Log:
- PECL related stuff should go to pecl-dev


http://cvs.php.net/diff.php/php-bug...7&r2=1.138&ty=u
Index: php-bugs-web/include/functions.inc
diff -u php-bugs-web/include/functions.inc:1.137 php-bugs-web/include/functions.inc:1.138
--- php-bugs-web/include/functions.inc:1.137 Tue Nov 23 09:39:06 2004
+++ php-bugs-web/include/functions.inc Tue Nov 23 12:38:14 2004
@@ -496,9 +496,12 @@
elseif (eregi("website", $bug_type)) {
return array("php-mirrors@lists.php.net","php-mirrors@lists.php.net");
}
- elseif (eregi("(pear)|(pecl)", $bug_type)) {
+ elseif (eregi("pear", $bug_type)) {
return array("pear-dev@lists.php.net","pear-dev@lists.php.net");
}
+ elseif (eregi("pecl", $bug_type)) {
+ return array("pecl-dev@lists.php.net","pecl-dev@lists.php.net");
+ }
elseif (eregi("gtk", $bug_type)) {
return array("php-gtk-dev@lists.php.net","php-gtk-dev@lists.php.net");
}
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com