summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/config.m4
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2005-07-02 21:01:38 +0000
committerWez Furlong <wez@php.net>2005-07-02 21:01:38 +0000
commit1bbab254554a63dfc8d1507883323f29349dd850 (patch)
tree407621b77f856159e57391743eedc5840f690eac /ext/pdo_mysql/config.m4
parent6fd9e5a64fc7450b2bd5787a21d9102166258d14 (diff)
downloadphp-git-1bbab254554a63dfc8d1507883323f29349dd850.tar.gz
Experimental support for queries returning multiple rowsets under mysql 5.0.
Patch from Guy Harrison (guy dot a dot harrison (at) gmail dot com)
Diffstat (limited to 'ext/pdo_mysql/config.m4')
-rwxr-xr-xext/pdo_mysql/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_mysql/config.m4 b/ext/pdo_mysql/config.m4
index 4ea134621c..c38e970f2d 100755
--- a/ext/pdo_mysql/config.m4
+++ b/ext/pdo_mysql/config.m4
@@ -58,7 +58,7 @@ Note that the MySQL client library is not bundled anymore!])
_SAVE_LDFLAGS=$LDFLAGS
LDFLAGS="$LDFLAGS $PDO_MYSQL_LIBS"
- AC_CHECK_FUNCS([mysql_commit mysql_stmt_prepare])
+ AC_CHECK_FUNCS([mysql_commit mysql_stmt_prepare mysql_next_result])
LDFLAGS=$_SAVE_LDFLAGS
PHP_CHECK_PDO_INCLUDES