summaryrefslogtreecommitdiff
path: root/ext/fbsql/php_fbsql.h
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2002-02-06 19:24:02 +0000
committerFrank M. Kromann <fmk@php.net>2002-02-06 19:24:02 +0000
commitd26c7a41fffc34f235dd2cd79533fc58e14297f6 (patch)
tree2f8097eb69e9f60275e24a2211ec6b4b471f9063 /ext/fbsql/php_fbsql.h
parentcee660a123276ee7225feee21bd815971ad21093 (diff)
downloadphp-git-d26c7a41fffc34f235dd2cd79533fc58e14297f6.tar.gz
Adding fbsql_table_name() aliased fbsql_tablename() for compatibility with MySQL
Diffstat (limited to 'ext/fbsql/php_fbsql.h')
-rw-r--r--ext/fbsql/php_fbsql.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/fbsql/php_fbsql.h b/ext/fbsql/php_fbsql.h
index 1ad4f1f2ba..a5b4f87e6a 100644
--- a/ext/fbsql/php_fbsql.h
+++ b/ext/fbsql/php_fbsql.h
@@ -76,6 +76,8 @@ PHP_FUNCTION(fbsql_field_table);
PHP_FUNCTION(fbsql_field_len);
PHP_FUNCTION(fbsql_field_type);
PHP_FUNCTION(fbsql_field_flags);
+PHP_FUNCTION(fbsql_table_name);
+
PHP_FUNCTION(fbsql_set_transaction);
PHP_FUNCTION(fbsql_autocommit);
PHP_FUNCTION(fbsql_commit);