diff options
author | Andrey Hristov <andrey@php.net> | 2016-03-16 10:55:09 +0100 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2016-03-16 10:55:09 +0100 |
commit | 61a61092987fa53a9eae87d1489dda263e866192 (patch) | |
tree | 36aaa39dc211743482ef1ed6e6048912f21d8c55 /ext/mysqlnd/mysqlnd_debug.c | |
parent | 3a33ee63e83a412b679eb2d72c63beb0064a3b5b (diff) | |
parent | fa4addd40955e6a4b368447585fb5acc4b440967 (diff) | |
download | php-git-61a61092987fa53a9eae87d1489dda263e866192.tar.gz |
Merge branch 'PHP-7.0'
Diffstat (limited to 'ext/mysqlnd/mysqlnd_debug.c')
-rw-r--r-- | ext/mysqlnd/mysqlnd_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_debug.c b/ext/mysqlnd/mysqlnd_debug.c index c343b4560c..3a03d56975 100644 --- a/ext/mysqlnd/mysqlnd_debug.c +++ b/ext/mysqlnd/mysqlnd_debug.c @@ -758,7 +758,7 @@ static struct st_mysqlnd_plugin_trace_log mysqlnd_plugin_trace_log_plugin = MYSQLND_VERSION_ID, PHP_MYSQLND_VERSION, "PHP License 3.01", - "Andrey Hristov <andrey@mysql.com>, Ulf Wendel <uwendel@mysql.com>, Georg Richter <georg@mysql.com>", + "Andrey Hristov <andrey@php.net>, Ulf Wendel <uw@php.net>, Georg Richter <georg@php.net>", { NULL, /* no statistics , will be filled later if there are some */ NULL, /* no statistics */ |