diff options
author | Andrey Hristov <andrey@php.net> | 2016-03-16 10:54:56 +0100 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2016-03-16 10:54:56 +0100 |
commit | fa4addd40955e6a4b368447585fb5acc4b440967 (patch) | |
tree | b8935224a411ef2aff2f710d6bde32a49c838c4d /ext/mysqlnd/mysqlnd_debug.c | |
parent | f2ab731a8c47d2988ddf0d61cb06c0f62e17ab19 (diff) | |
download | php-git-fa4addd40955e6a4b368447585fb5acc4b440967.tar.gz |
More email fixing
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 fd74b69684..989339854d 100644 --- a/ext/mysqlnd/mysqlnd_debug.c +++ b/ext/mysqlnd/mysqlnd_debug.c @@ -759,7 +759,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 */ |