diff options
author | Frank M. Kromann <fmk@php.net> | 2001-05-29 16:01:54 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2001-05-29 16:01:54 +0000 |
commit | 50bc884f785f45c22caa056dff6bfa1e4c3afb85 (patch) | |
tree | 2f69a6b1f1931a3b66b28073cb0b7c37967e30b8 /ext/fbsql/php_fbsql.h | |
parent | 8f27945621526eb056e2913f0c72935b83a9266c (diff) | |
download | php-git-50bc884f785f45c22caa056dff6bfa1e4c3afb85.tar.gz |
Adding fbsql_status_db(). New function to get the status of a given database.
Diffstat (limited to 'ext/fbsql/php_fbsql.h')
-rw-r--r-- | ext/fbsql/php_fbsql.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fbsql/php_fbsql.h b/ext/fbsql/php_fbsql.h index 23fb054e41..5c2372927b 100644 --- a/ext/fbsql/php_fbsql.h +++ b/ext/fbsql/php_fbsql.h @@ -48,6 +48,7 @@ PHP_FUNCTION(fbsql_create_db); PHP_FUNCTION(fbsql_drop_db); PHP_FUNCTION(fbsql_start_db); PHP_FUNCTION(fbsql_stop_db); +PHP_FUNCTION(fbsql_db_status); PHP_FUNCTION(fbsql_query); PHP_FUNCTION(fbsql_db_query); PHP_FUNCTION(fbsql_list_dbs); |