cvs: SVNROOT / commit-email.php
[email protected] ("Gwynne Raskind") Wed, 24 Jun 2009 13:58:16 -0000
| Newsgroups | svn.migration |
|---|---|
| Message-ID | <cvsgwynne1245851896@cvsserver> |
gwynne Wed Jun 24 13:58:16 2009 UTC
Modified files:
/SVNROOT commit-email.php
Log:
notice the change for PEAR structure
http://cvs.php.net/viewvc.cgi/SVNROOT/commit-email.php?r1=1.14&r2=1.15&diff_format=u
Index: SVNROOT/commit-email.php
diff -u SVNROOT/commit-email.php:1.14 SVNROOT/commit-email.php:1.15
--- SVNROOT/commit-email.php:1.14 Sat Apr 11 20:12:38 2009
+++ SVNROOT/commit-email.php Wed Jun 24 13:58:16 2009
@@ -7,7 +7,7 @@
// -----------------------------------------------------------------------------------------------------------------------------
// Constants
-$version = substr('$Revision: 1.14 $', strlen('$Revision: '), -2);
+$version = substr('$Revision: 1.15 $', strlen('$Revision: '), -2);
$smtp_server = '127.0.0.1';
$commit_email_list = array(
// FastCGI ISAPI
@@ -73,8 +73,8 @@
'|^pear/peardoc/en/pecl|' => array('[email protected]', '[email protected]'),
'|^pear/peardoc|' => array('[email protected]'),
'|^pear/pear-core|' => array('[email protected]', '[email protected]'),
- '|^pear/modules/installphars|' => array('[email protected]'),
- '|^pear/modules|' => array('[email protected]'),
+ '|^pear/packages/installphars|' => array('[email protected]'),
+ '|^pear/packages|' => array('[email protected]'),
// PECL
'|^php-src/pecl|' => array('[email protected]'),