summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.c
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-10-03 02:32:09 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-10-03 02:32:09 +0000
commit1b675aa69071438f796c5d23e6fab0cc6951ac68 (patch)
tree92f6903ae53eddac9d8efb57acda9d01b0e03d9c /ext/mysql/php_mysql.c
parentbd177ce7c1b4a9d73fc38c4f41e6001085ad882d (diff)
downloadphp-git-1b675aa69071438f796c5d23e6fab0cc6951ac68.tar.gz
Rename pg_data_seek() to pg_result_seek().
Added mysql_result_seek() which is alias of mysql_data_seek().
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r--ext/mysql/php_mysql.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c
index bb58953a93..52be05ff99 100644
--- a/ext/mysql/php_mysql.c
+++ b/ext/mysql/php_mysql.c
@@ -193,6 +193,7 @@ function_entry mysql_functions[] = {
PHP_FALIAS(mysql_dbname, mysql_result, NULL)
PHP_FALIAS(mysql_tablename, mysql_result, NULL)
PHP_FALIAS(mysql_table_name, mysql_result, NULL)
+ PHP_FALIAS(mysql_result_seek, mysql_data_seek, NULL)
{NULL, NULL, NULL}
};
/* }}} */