Il 07/01/2010 12:12, Jani Taskinen ha scritto:
On 01/07/2010 01:02 PM, Sebastian Bergmann wrote:
sebastian Thu, 07 Jan 2010 11:02:39 +0000

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

Log:
sed -i "s#1997-2008#1997-2010#g" **/*.c **/*.h

Bug: http://bugs.php.net/1997 (Bogus) Compilation Problems

Why is that commit script picking these without word 'bug' in the commit
message? Sebastian spammed a few reports now unintentionally..

I've noticed it before, but forgot to report it. Maybe changing the regex in:

http://svn.php.net/viewvc/SVNROOT/commit-bugs.php?revision=284714&view=markup&pathrev=291593

to:

$bug_pattern = '/(?:(pecl|pear|php)\s*)?(?:bug|#)[\s#:]*([0-9]+)(?=\s|$)/iuX';

would do the trick.


Cheers
--
Matteo Beccati

Development & Consulting - http://www.beccati.com/

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

Reply via email to