]> granicus.if.org Git - php/commitdiff
changed function entries for statements
authorGeorg Richter <georg@php.net>
Wed, 12 Feb 2003 21:07:28 +0000 (21:07 +0000)
committerGeorg Richter <georg@php.net>
Wed, 12 Feb 2003 21:07:28 +0000 (21:07 +0000)
ext/mysqli/mysqli_fe.c

index ac6aa05410ddbc9882c80cd38e5b17c0a3e93565..7c4f524d04dc5a1444c6a9220c9b56579390870e 100644 (file)
@@ -209,9 +209,9 @@ function_entry mysqli_stmt_methods[] = {
        PHP_FALIAS(fetch,mysqli_fetch,NULL)
        PHP_FALIAS(param_count,mysqli_param_count,NULL)
        PHP_FALIAS(send_long_data,mysqli_send_long_data,NULL)
-       PHP_FALIAS(stmt_close,mysqli_stmt_close,NULL)
-       PHP_FALIAS(stmt_errno,mysqli_stmt_errno,NULL)
-       PHP_FALIAS(stnt_error,mysqli_stmt_error,NULL)
+       PHP_FALIAS(close,mysqli_stmt_close,NULL)
+       PHP_FALIAS(errno,mysqli_stmt_errno,NULL)
+       PHP_FALIAS(error,mysqli_stmt_error,NULL)
        {NULL, NULL, NULL}
 };
 /* }}} */