summaryrefslogtreecommitdiff
path: root/ext/mysqli/php_mysqli.h
diff options
context:
space:
mode:
authorGeorg Richter <georg@php.net>2003-09-25 11:19:25 +0000
committerGeorg Richter <georg@php.net>2003-09-25 11:19:25 +0000
commit49823c5edba3b3521f105af0495ef7e3529390d3 (patch)
tree33ff6e404a5b7cede5e02bbaaf6ae8c149b9869c /ext/mysqli/php_mysqli.h
parentbca08dabb4fbf64c0ac3007fa43693b7551384a2 (diff)
downloadphp-git-49823c5edba3b3521f105af0495ef7e3529390d3.tar.gz
mysql_prepare_result -> mysqli_get_metadata
This function was renamed in libmysql (changeset 1.607 by monty)
Diffstat (limited to 'ext/mysqli/php_mysqli.h')
-rw-r--r--ext/mysqli/php_mysqli.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/php_mysqli.h b/ext/mysqli/php_mysqli.h
index e437f754be..8ae19652fc 100644
--- a/ext/mysqli/php_mysqli.h
+++ b/ext/mysqli/php_mysqli.h
@@ -245,7 +245,7 @@ PHP_FUNCTION(mysqli_param_count);
PHP_FUNCTION(mysqli_ping);
PHP_FUNCTION(mysqli_prepare);
PHP_FUNCTION(mysqli_query);
-PHP_FUNCTION(mysqli_prepare_result);
+PHP_FUNCTION(mysqli_get_metadata);
PHP_FUNCTION(mysqli_profiler);
PHP_FUNCTION(mysqli_read_query_result);
PHP_FUNCTION(mysqli_real_connect);