summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_api.c
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2009-05-29 13:09:47 +0000
committerAndrey Hristov <andrey@php.net>2009-05-29 13:09:47 +0000
commitc1d46eb50215ee16505f4029272ebbf75bc0d257 (patch)
tree8be80972264f2d188f4ac9ae2a83900aa6b8b556 /ext/mysqli/mysqli_api.c
parentf3f1256332864ea20c3cab4f0c0e21191589a5f4 (diff)
downloadphp-git-c1d46eb50215ee16505f4029272ebbf75bc0d257.tar.gz
MFH:Add support for mysql_stmt_store_result() from libmysql 6.0.8+ and 5.4.x
Diffstat (limited to 'ext/mysqli/mysqli_api.c')
-rw-r--r--ext/mysqli/mysqli_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/mysqli_api.c b/ext/mysqli/mysqli_api.c
index 5061814b9f..66607a5f11 100644
--- a/ext/mysqli/mysqli_api.c
+++ b/ext/mysqli/mysqli_api.c
@@ -1484,7 +1484,7 @@ PHP_FUNCTION(mysqli_next_result) {
/* }}} */
-#ifdef MYSQLI_USE_MYSQLND
+#ifdef HAVE_STMT_NEXT_RESULT
/* {{{ proto bool mysqli_stmt_next_result(object link)
check if there any more query results from a multi query */
PHP_FUNCTION(mysqli_stmt_more_results)