That is not how this works Kalle, and does definitely not do what you thought it does.
Please revert this, and ask someone else to do this for you if you still believe your require these things. -Hannes On Sun, Dec 28, 2014 at 10:13 AM, Kalle Sommer Nielsen <ka...@php.net> wrote: > Commit: a85c86355dfced427bcdefd6ecfb71abe63494c6 > Author: Kalle Sommer Nielsen <ka...@php.net> Sun, 28 Dec 2014 > 19:13:40 +0100 > Parents: ee950efc6fc0458a1e9eec1ab11fdb86806999a4 > Branches: master > > Link: > http://git.php.net/?p=web/bugs.git;a=commitdiff;h=a85c86355dfced427bcdefd6ecfb71abe63494c6 > > Log: > Adding myself here so I can review some of the "hidden" reports in the > ongoing effort to kill the number of open bugs > > Changed paths: > M include/trusted-devs.php > > > Diff: > diff --git a/include/trusted-devs.php b/include/trusted-devs.php > index a2a1444..48bf7f4 100644 > --- a/include/trusted-devs.php > +++ b/include/trusted-devs.php > @@ -15,6 +15,7 @@ $trusted_developers = array( > 'pajoye', > 'laruence', > 'zeev', > + 'kalle' > ); > > // Distro people (security related) > @@ -58,6 +59,7 @@ $security_developers = array( > 'tyrael', > 'ab', > 'kaplan', > + 'kalle' > ); > > $security_developers = array_merge($security_developers, > $security_distro_people); > > > -- > PHP Webmaster List Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >