From 429aa55248838c7827ab41ae2ffe7749a7d2228d Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Tue, 27 Jan 2004 13:23:54 +0000 Subject: prototype fixes removed method field_tell (which is already property current_field) --- ext/mysqli/mysqli_api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/mysqli/mysqli_api.c') diff --git a/ext/mysqli/mysqli_api.c b/ext/mysqli/mysqli_api.c index 41a378c369..f0b30b2c4b 100644 --- a/ext/mysqli/mysqli_api.c +++ b/ext/mysqli/mysqli_api.c @@ -1229,7 +1229,7 @@ PHP_FUNCTION(mysqli_ping) } /* }}} */ -/* {{{ proto resource mysqli_prepare(object link, string query) +/* {{{ proto mixed mysqli_prepare(object link, string query) Prepare a SQL statement for execution */ PHP_FUNCTION(mysqli_prepare) { @@ -1261,7 +1261,7 @@ PHP_FUNCTION(mysqli_prepare) } /* }}} */ -/* {{{ proto resource mysqli_get_metadata(object stmt) +/* {{{ proto mixed mysqli_get_metadata(object stmt) return result set from statement */ PHP_FUNCTION(mysqli_get_metadata) { -- cgit v1.2.1