Commit: 378a5f9bfe03ca7251af5dd6cd9c3be1a6524b34 Author: Andrey Hristov <[email protected]> Tue, 21 May 2013 13:27:45 +0200 Parents: ed9a9b6144d9b2acaa621a5f51ffcf35850c8f36 Branches: PHP-5.5 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=378a5f9bfe03ca7251af5dd6cd9c3be1a6524b34 Log: updates Changed paths: M EXTENSIONS M ext/mysql/CREDITS M ext/mysqlnd/CREDITS Diff: diff --git a/EXTENSIONS b/EXTENSIONS index 5308582..61a1688 100644 --- a/EXTENSIONS +++ b/EXTENSIONS @@ -147,7 +147,7 @@ STATUS: Working COMMENT: Tested on phpts and isapi versions ------------------------------------------------------------------------------- EXTENSION: mysql -PRIMARY MAINTAINER: Zak Greant <[email protected]>, Georg Richter <[email protected]>, Johannes Schl�ter <[email protected]>, Ulf Wendel <[email protected]> +PRIMARY MAINTAINER: Zak Greant <[email protected]>, Georg Richter <[email protected]>, Andrey Hristov <[email protected]>, Johannes Schl�ter <[email protected]>, Ulf Wendel <[email protected]> MAINTENANCE: Maintained STATUS: Working ------------------------------------------------------------------------------- @@ -158,7 +158,7 @@ STATUS: Working SINCE: 5.0 ------------------------------------------------------------------------------- EXTENSION: mysqlnd -PRIMARY MAINTAINER: Georg Richter <[email protected]>, Andrey Hristov <[email protected]>, Johannes Schl�ter <[email protected]>, Ulf Wendel <[email protected]> +PRIMARY MAINTAINER: Andrey Hristov <[email protected]>, Johannes Schl�ter <[email protected]>, Ulf Wendel <[email protected]> MAINTENANCE: Maintained STATUS: Working SINCE: 5.3 diff --git a/ext/mysql/CREDITS b/ext/mysql/CREDITS index e5a6208..15b00a9 100644 --- a/ext/mysql/CREDITS +++ b/ext/mysql/CREDITS @@ -1,2 +1,2 @@ MySQL -Zeev Suraski, Zak Greant, Georg Richter +Zeev Suraski, Zak Greant, Georg Richter, Andrey Hristov diff --git a/ext/mysqlnd/CREDITS b/ext/mysqlnd/CREDITS index 5aed316..5a7d69d 100644 --- a/ext/mysqlnd/CREDITS +++ b/ext/mysqlnd/CREDITS @@ -1,2 +1,2 @@ MySQLnd -Andrey Hristov, Ulf Wendel, Georg Richter +Andrey Hristov, Ulf Wendel, Georg Richter, Johannes Schl�ter -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
