[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] com php-src: mysqlnd: Fixing typo in error message: ext/mysqlnd/mysqlnd.c
From:       Yasuo Ohgaki <yohgaki () php ! net>
Date:       2013-10-31 15:47:27
Message-ID: php-mail-61e0ca7d2c5c009267b83ae01a04d6341844638935 () git ! php ! net
[Download RAW message or body]

Commit:    84b1b3e93246afbec6430ae47ede2074252fbe0b
Author:    Martin Hujer <mhujer@gmail.com>         Thu, 31 Oct 2013 16:47:27 +0100
Parents:   a0244a69ccc3777053002c68c68f3d896206ed2a
Branches:  pull-request/517

Link:       http://git.php.net/?p=php-src.git;a=commitdiff;h=84b1b3e93246afbec6430ae47ede2074252fbe0b


Log:
mysqlnd: Fixing typo in error message

Changed paths:
  M  ext/mysqlnd/mysqlnd.c


Diff:
diff --git a/ext/mysqlnd/mysqlnd.c b/ext/mysqlnd/mysqlnd.c
index b41e542..169577f 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");


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic