From 20fc9486db9f97270fa7c1c3bcd9f4a0f8341e65 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Mon, 4 Dec 2006 15:27:18 +0000 Subject: [PATCH] dummy change --- ext/mysqli/mysqli_api.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ext/mysqli/mysqli_api.c b/ext/mysqli/mysqli_api.c index d8953afebf..d86463beb6 100644 --- a/ext/mysqli/mysqli_api.c +++ b/ext/mysqli/mysqli_api.c @@ -51,6 +51,7 @@ PHP_FUNCTION(mysqli_affected_rows) } /* }}} */ + /* {{{ proto bool mysqli_autocommit(object link, bool mode) U Turn auto commit on or of */ PHP_FUNCTION(mysqli_autocommit) @@ -71,6 +72,7 @@ PHP_FUNCTION(mysqli_autocommit) } /* }}} */ + /* {{{ proto bool mysqli_stmt_bind_param(object stmt, string types, mixed variable [,mixed,....]) U Bind variables to a prepared statement as parameters */ PHP_FUNCTION(mysqli_stmt_bind_param) @@ -196,6 +198,7 @@ end_1: } /* }}} */ + /* {{{ proto bool mysqli_stmt_bind_result(object stmt, mixed var, [,mixed, ...]) U Bind variables to a prepared statement for result storage */ @@ -400,6 +403,7 @@ PHP_FUNCTION(mysqli_stmt_bind_result) } /* }}} */ + /* {{{ proto bool mysqli_change_user(object link, string user, string password, string database) U Change logged-in user of the active connection */ PHP_FUNCTION(mysqli_change_user) @@ -428,6 +432,7 @@ PHP_FUNCTION(mysqli_change_user) } /* }}} */ + /* {{{ proto string mysqli_character_set_name(object link) U Returns the name of the character set used for this connection */ PHP_FUNCTION(mysqli_character_set_name) -- 2.50.1