diff options
author | Peter Kokot <peterkokot@gmail.com> | 2017-10-14 22:18:25 +0200 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2017-10-19 11:46:54 +0100 |
commit | 13f3bd9172fb28f8277696a799889248e65be20c (patch) | |
tree | 6285e8cf550a36b323fe73b90c052efb63640220 /ext/mysqlnd/mysqlnd_ext_plugin.c | |
parent | 6bde306eb885b429565578baec29f5a56aa80767 (diff) | |
download | php-git-13f3bd9172fb28f8277696a799889248e65be20c.tar.gz |
Convert some mysqlnd file encodings to UTF-8
Diffstat (limited to 'ext/mysqlnd/mysqlnd_ext_plugin.c')
-rw-r--r-- | ext/mysqlnd/mysqlnd_ext_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_ext_plugin.c b/ext/mysqlnd/mysqlnd_ext_plugin.c index 56eb1b3024..90c5ef9f5a 100644 --- a/ext/mysqlnd/mysqlnd_ext_plugin.c +++ b/ext/mysqlnd/mysqlnd_ext_plugin.c @@ -13,7 +13,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Andrey Hristov <andrey@php.net> | - | Johannes Schlüter <johannes@php.net> | + | Johannes Schlüter <johannes@php.net> | | Ulf Wendel <uw@php.net> | +----------------------------------------------------------------------+ */ |