davidc at agoraproduction dot com
2007-07-16 15:37:21 UTC
From: davidc at agoraproduction dot com
Operating system: Irrelevant
Package version:
PHP version: 5.2.1
Package: Web Site
Bug Type: Feature/Change Request
Bug description: Splitting pecl and pear bugs mailing lists.
Description:
------------
The idea of this feature is to make sure that when someone reports a bug
on PECL, the email is sent to pecl-webmaster and not pear-webmaster.
See:
public_html/bugs/include/functions.php
...
case 'Web Site':
return array('pear-***@lists.php.net',
'pear-***@lists.php.net');
case 'Documentation':
return array('pear-***@lists.php.net',
'pear-***@lists.php.net');
...
And only thing pecl has to do is make those pecl-webmaster and pecl-doc I
guess :-)
Yes I understand that PECL and PEAR (web) used to be the same codebase,
but not anymore (unless someone decided to sync/merge them but I haven't
heard of that).
Thanks,
Operating system: Irrelevant
Package version:
PHP version: 5.2.1
Package: Web Site
Bug Type: Feature/Change Request
Bug description: Splitting pecl and pear bugs mailing lists.
Description:
------------
The idea of this feature is to make sure that when someone reports a bug
on PECL, the email is sent to pecl-webmaster and not pear-webmaster.
See:
public_html/bugs/include/functions.php
...
case 'Web Site':
return array('pear-***@lists.php.net',
'pear-***@lists.php.net');
case 'Documentation':
return array('pear-***@lists.php.net',
'pear-***@lists.php.net');
...
And only thing pecl has to do is make those pecl-webmaster and pecl-doc I
guess :-)
Yes I understand that PECL and PEAR (web) used to be the same codebase,
but not anymore (unless someone decided to sync/merge them but I haven't
heard of that).
Thanks,
--
Edit bug report at http://pecl.php.net/bugs/bug.php?id=11614&edit=1
--
Edit bug report at http://pecl.php.net/bugs/bug.php?id=11614&edit=1
--