|
|
|
@ -73,6 +73,7 @@ function_entry mysqli_functions[] = { |
|
|
|
PHP_FE(mysqli_get_host_info, NULL) |
|
|
|
PHP_FE(mysqli_get_proto_info, NULL) |
|
|
|
PHP_FE(mysqli_get_server_info, NULL) |
|
|
|
PHP_FE(mysqli_get_server_version, NULL) |
|
|
|
PHP_FE(mysqli_init, NULL) |
|
|
|
PHP_FE(mysqli_info, NULL) |
|
|
|
PHP_FE(mysqli_insert_id, NULL) |
|
|
|
@ -141,6 +142,7 @@ function_entry mysqli_link_methods[] = { |
|
|
|
PHP_FALIAS(get_host_info,mysqli_get_host_info,NULL) |
|
|
|
PHP_FALIAS(get_proto_info,mysqli_get_proto_info,NULL) |
|
|
|
PHP_FALIAS(get_server_info,mysqli_get_server_info,NULL) |
|
|
|
PHP_FALIAS(get_server_version,mysqli_get_server_version,NULL) |
|
|
|
PHP_FALIAS(init,mysqli_init,NULL) |
|
|
|
PHP_FALIAS(info,mysqli_info,NULL) |
|
|
|
PHP_FALIAS(insert_id,mysqli_insert_id,NULL) |
|
|
|
|