Commit:    230365f6a9c9305a19bcaa37cf2ef4e752ee2aff
Author:    Zeev Suraski <z...@lap-zeevs.zend.net>         Sun, 15 Jun 2014 
13:05:30 +0300
Parents:   3bfd2c544c6c560d19a0df7649a863434556f652
Branches:  master

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

Log:
Add Lior Kaplan to sec developers, and myself to trusted...

Changed paths:
  M  include/trusted-devs.php


Diff:
diff --git a/include/trusted-devs.php b/include/trusted-devs.php
index 24e72fc..a2a1444 100644
--- a/include/trusted-devs.php
+++ b/include/trusted-devs.php
@@ -14,6 +14,7 @@ $trusted_developers = array(
        'felipe',
        'pajoye',
        'laruence',
+       'zeev',
 );
 
 // Distro people (security related)
@@ -56,6 +57,7 @@ $security_developers = array(
        'jpauli',
        'tyrael',
        'ab',
+       'kaplan',
 );
 
 $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