Commit:    0a62fb2027d3de6ae2b287eb577cd0ce91457b2d
Author:    Kalle Sommer Nielsen <[email protected]>         Tue, 24 Oct 2017 
05:10:05 +0200
Parents:   7cbdc46c84958d8ae1f28e227e6bb3b8f042cb53
Branches:  master

Link:       
http://git.php.net/?p=web/bugs.git;a=commitdiff;h=0a62fb2027d3de6ae2b287eb577cd0ce91457b2d

Log:
Grant Yasuo security access as he works on the session module

Changed paths:
  M  include/trusted-devs.php


Diff:
diff --git a/include/trusted-devs.php b/include/trusted-devs.php
index 9294bcc..e2a7019 100644
--- a/include/trusted-devs.php
+++ b/include/trusted-devs.php
@@ -67,7 +67,8 @@ $security_developers = array(
        'leigh',
        'kalle',
        'cmb', 
-       'danbrown'
+       'danbrown', 
+       'yohgaki'
 );
 
 $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

Reply via email to