diff options
| author | Georg Richter <georg@php.net> | 2004-02-26 08:27:24 +0000 |
|---|---|---|
| committer | Georg Richter <georg@php.net> | 2004-02-26 08:27:24 +0000 |
| commit | 5ffccfffdaefd76706df6d9776e195880b65d7a4 (patch) | |
| tree | 6bad7f7a244905fe8c78ff62075bb30b8e689790 /ext/mysqli/mysqli_fe.c | |
| parent | 1085c6c7f1da7b23821184ba2a0f35043bfd0f2b (diff) | |
| download | php-git-5ffccfffdaefd76706df6d9776e195880b65d7a4.tar.gz | |
removed blocking calls to mysql_set_server_option (MYSQLI_DISABLE_MQ)
added mysqli_multi_query to function table
changed stmt->affected_rows property (http://bugs.mysql.com/?id=2247) for 4.1.2
Diffstat (limited to 'ext/mysqli/mysqli_fe.c')
| -rw-r--r-- | ext/mysqli/mysqli_fe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqli/mysqli_fe.c b/ext/mysqli/mysqli_fe.c index b607cafb92..7ae2d161fb 100644 --- a/ext/mysqli/mysqli_fe.c +++ b/ext/mysqli/mysqli_fe.c @@ -98,6 +98,7 @@ function_entry mysqli_functions[] = { PHP_FE(mysqli_kill, NULL) PHP_FE(mysqli_master_query, NULL) PHP_FE(mysqli_more_results, NULL) + PHP_FE(mysqli_multi_query, NULL) PHP_FE(mysqli_next_result, NULL) PHP_FE(mysqli_num_fields, NULL) PHP_FE(mysqli_num_rows, NULL) |
