summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_warning.c
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2008-03-10 20:15:38 +0000
committerAndrey Hristov <andrey@php.net>2008-03-10 20:15:38 +0000
commit725b31fc6cce293405d8c7875f2fdc657f9daccc (patch)
tree639cfa727c33909c1aad49786ed31609808833a9 /ext/mysqli/mysqli_warning.c
parent49add03404141a0af3683471f2aa967818ba350e (diff)
downloadphp-git-725b31fc6cce293405d8c7875f2fdc657f9daccc.tar.gz
Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with different
configurations one or the another extension to use libmysql or mysqlnd mixed in one binary
Diffstat (limited to 'ext/mysqli/mysqli_warning.c')
-rw-r--r--ext/mysqli/mysqli_warning.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/mysqli_warning.c b/ext/mysqli/mysqli_warning.c
index fabfe6439b..8461217034 100644
--- a/ext/mysqli/mysqli_warning.c
+++ b/ext/mysqli/mysqli_warning.c
@@ -51,7 +51,7 @@ void php_clear_warnings(MYSQLI_WARNING *w)
/* }}} */
-#ifndef HAVE_MYSQLND
+#ifndef MYSQLI_USE_MYSQLND
/* {{{ MYSQLI_WARNING *php_new_warning */
static
MYSQLI_WARNING *php_new_warning(const char *reason, int errorno TSRMLS_DC)