]> granicus.if.org Git - php/commitdiff
dummy change
authorAndrey Hristov <andrey@php.net>
Mon, 4 Dec 2006 15:27:18 +0000 (15:27 +0000)
committerAndrey Hristov <andrey@php.net>
Mon, 4 Dec 2006 15:27:18 +0000 (15:27 +0000)
ext/mysqli/mysqli_api.c

index d8953afebfad6da5760ecbaf2d8cedc983537429..d86463beb676bc93d873dc77fa574af9a634fa4d 100644 (file)
@@ -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)