]> granicus.if.org Git - php/commit
Update ext/mysql's and ext/mysqli's tests
authorAndrey Hristov <andrey@php.net>
Thu, 24 Apr 2008 14:04:58 +0000 (14:04 +0000)
committerAndrey Hristov <andrey@php.net>
Thu, 24 Apr 2008 14:04:58 +0000 (14:04 +0000)
commit5da78b297bde9402b4e92bd8d5ac7608da46a91d
tree5617e8974c9c7b08a09125df953d9095966915cc
parentdedb146a691249b72cd583cc3c3f4cb56c4eabd3
Update ext/mysql's and ext/mysqli's tests
Add mysqli_stmt_more_result()/mysqli_stmt_next_result(), but only in
mysqlnd builds as libmysql doesn't support this feature.
23 files changed:
ext/mysql/tests/connect.inc
ext/mysql/tests/mysql_fetch_array.phpt
ext/mysqli/mysqli_api.c
ext/mysqli/mysqli_fe.c
ext/mysqli/php_mysqli_structs.h
ext/mysqli/tests/mysqli_class_mysqli_interface.phpt
ext/mysqli/tests/mysqli_class_mysqli_stmt_interface.phpt
ext/mysqli/tests/mysqli_fetch_all.phpt
ext/mysqli/tests/mysqli_fetch_all_oo.phpt
ext/mysqli/tests/mysqli_fetch_array.phpt
ext/mysqli/tests/mysqli_fetch_array_oo.phpt
ext/mysqli/tests/mysqli_fetch_field_flags.phpt
ext/mysqli/tests/mysqli_stmt_execute.phpt
ext/mysqlnd/mysqlnd.c
ext/mysqlnd/mysqlnd.h
ext/mysqlnd/mysqlnd_enum_n_def.h
ext/mysqlnd/mysqlnd_palloc.c
ext/mysqlnd/mysqlnd_priv.h
ext/mysqlnd/mysqlnd_ps.c
ext/mysqlnd/mysqlnd_ps_codec.c
ext/mysqlnd/mysqlnd_result.c
ext/mysqlnd/mysqlnd_structs.h
ext/mysqlnd/mysqlnd_wireprotocol.c