summaryrefslogtreecommitdiff
path: root/ext/mysqli/php_mysqli.h
diff options
context:
space:
mode:
authorGeorg Richter <georg@php.net>2003-02-16 12:03:37 +0000
committerGeorg Richter <georg@php.net>2003-02-16 12:03:37 +0000
commit6997d50ff0ca1314615573943e4b106446d05922 (patch)
treed1ffeeb5e61d3dd5f5ec746e3f6477e76d117da9 /ext/mysqli/php_mysqli.h
parent6d300baf8473cc257da6580f13269c1d48668826 (diff)
downloadphp-git-6997d50ff0ca1314615573943e4b106446d05922.tar.gz
added new function mysqli_stmt_affected_rows
added bigint support for mysqli_affected_rows fixed memleak in mysqli_prepare (stmt->is_null) fixed return type for mysqli_connect
Diffstat (limited to 'ext/mysqli/php_mysqli.h')
-rw-r--r--ext/mysqli/php_mysqli.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqli/php_mysqli.h b/ext/mysqli/php_mysqli.h
index 1723b8f0f2..bc83ec803a 100644
--- a/ext/mysqli/php_mysqli.h
+++ b/ext/mysqli/php_mysqli.h
@@ -216,6 +216,7 @@ PHP_FUNCTION(mysqli_send_query);
PHP_FUNCTION(mysqli_slave_query);
PHP_FUNCTION(mysqli_ssl_set);
PHP_FUNCTION(mysqli_stat);
+PHP_FUNCTION(mysqli_stmt_affected_rows);
PHP_FUNCTION(mysqli_stmt_close);
PHP_FUNCTION(mysqli_stmt_errno);
PHP_FUNCTION(mysqli_stmt_error);