diff options
author | Jani Taskinen <jani@php.net> | 2009-08-02 01:07:38 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2009-08-02 01:07:38 +0000 |
commit | 65db89ffbe22b98b3b9923080df61d149db1a85b (patch) | |
tree | 18be000539acfc0b38863caa528fb3d7831d8ff5 /ext/mysqli/config.m4 | |
parent | 7af02a4c3b576e322f90cd1748a36c8c0bceb1d5 (diff) | |
download | php-git-65db89ffbe22b98b3b9923080df61d149db1a85b.tar.gz |
- Fixed bug #49122 (undefined reference to mysqlnd_stmt_next_result on compile with --with-mysqli and MySQL 6.0)
Diffstat (limited to 'ext/mysqli/config.m4')
-rw-r--r-- | ext/mysqli/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/config.m4 b/ext/mysqli/config.m4 index c69b16a819..2c1cf78ecc 100644 --- a/ext/mysqli/config.m4 +++ b/ext/mysqli/config.m4 @@ -62,7 +62,7 @@ elif test "$PHP_MYSQLI" != "no"; then $MYSQLI_LIBLINE ]) dnl - dnl Check the library for mysql_stmt_store_result + dnl Check the library for mysql_stmt_next_result dnl PHP_CHECK_LIBRARY($MYSQL_LIB_NAME, mysql_stmt_next_result, [ |