summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_fe.c
diff options
context:
space:
mode:
authorGeorg Richter <georg@php.net>2004-01-27 13:23:54 +0000
committerGeorg Richter <georg@php.net>2004-01-27 13:23:54 +0000
commit429aa55248838c7827ab41ae2ffe7749a7d2228d (patch)
treeef97a76b7fab12482f981b33701c15e43f1b3264 /ext/mysqli/mysqli_fe.c
parent5294a539e279c9a262a404909b4ea5b459accc6e (diff)
downloadphp-git-429aa55248838c7827ab41ae2ffe7749a7d2228d.tar.gz
prototype fixes
removed method field_tell (which is already property current_field)
Diffstat (limited to 'ext/mysqli/mysqli_fe.c')
-rw-r--r--ext/mysqli/mysqli_fe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqli/mysqli_fe.c b/ext/mysqli/mysqli_fe.c
index e924b15817..2a599e808f 100644
--- a/ext/mysqli/mysqli_fe.c
+++ b/ext/mysqli/mysqli_fe.c
@@ -218,7 +218,6 @@ function_entry mysqli_result_methods[] = {
PHP_FALIAS(fetch_row,mysqli_fetch_row,NULL)
PHP_FALIAS(field_count,mysqli_field_count,NULL)
PHP_FALIAS(field_seek,mysqli_field_seek,NULL)
- PHP_FALIAS(field_tell,mysqli_field_tell,NULL)
PHP_FALIAS(free_result,mysqli_free_result,NULL)
{NULL, NULL, NULL}
};