diff options
author | Xinchen Hui <laruence@php.net> | 2013-11-04 14:47:16 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2013-11-04 14:47:16 +0800 |
commit | a07ae67a21912adb609819ad6d05edae6fdd28fc (patch) | |
tree | c2764c8773eae4094c03c77e58077200be5ad7db /ext/mysqlnd/mysqlnd.c | |
parent | 3d4ef50dd7e00826ae8ab9fa572908283029dbd8 (diff) | |
parent | 55ee543e2f73c45c8fa2c51ebef9820a610f70b4 (diff) | |
download | php-git-a07ae67a21912adb609819ad6d05edae6fdd28fc.tar.gz |
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Diffstat (limited to 'ext/mysqlnd/mysqlnd.c')
-rw-r--r-- | ext/mysqlnd/mysqlnd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd.c b/ext/mysqlnd/mysqlnd.c index b41e5424f5..169577ff97 100644 --- a/ext/mysqlnd/mysqlnd.c +++ b/ext/mysqlnd/mysqlnd.c @@ -557,7 +557,7 @@ mysqlnd_run_authentication( if (!auth_plugin) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "The server requested authentication method unknown to the client [%s]", requested_protocol); - SET_CLIENT_ERROR(*conn->error_info, CR_NOT_IMPLEMENTED, UNKNOWN_SQLSTATE, "The server requested authentication method umknown to the client"); + SET_CLIENT_ERROR(*conn->error_info, CR_NOT_IMPLEMENTED, UNKNOWN_SQLSTATE, "The server requested authentication method unknown to the client"); goto end; } DBG_INF("plugin found"); |