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 | |
parent | f2ab731a8c47d2988ddf0d61cb06c0f62e17ab19 (diff) | |
download | php-git-fa4addd40955e6a4b368447585fb5acc4b440967.tar.gz |
More email fixing
Diffstat (limited to 'ext')
-rw-r--r-- | ext/mysqlnd/mysqlnd_charset.c | 2 | ||||
-rw-r--r-- | ext/mysqlnd/mysqlnd_debug.c | 2 | ||||
-rw-r--r-- | ext/mysqlnd/mysqlnd_driver.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/mysqlnd/mysqlnd_charset.c b/ext/mysqlnd/mysqlnd_charset.c index 1ed35f9a51..f47942a493 100644 --- a/ext/mysqlnd/mysqlnd_charset.c +++ b/ext/mysqlnd/mysqlnd_charset.c @@ -868,7 +868,7 @@ static struct st_mysqlnd_plugin_charsets mysqlnd_plugin_charsets_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 */ 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 */ diff --git a/ext/mysqlnd/mysqlnd_driver.c b/ext/mysqlnd/mysqlnd_driver.c index f62b887748..f437a399e2 100644 --- a/ext/mysqlnd/mysqlnd_driver.c +++ b/ext/mysqlnd/mysqlnd_driver.c @@ -39,7 +39,7 @@ static struct st_mysqlnd_plugin_core mysqlnd_plugin_core = 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, /* will be filled later */ mysqlnd_stats_values_names, |