diff options
author | Frank M. Kromann <fmk@php.net> | 2001-07-10 22:34:24 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2001-07-10 22:34:24 +0000 |
commit | ad8150b3a9d2e6e9d5dfde655fe42723ec02e0f1 (patch) | |
tree | 6ea836525df8c92a707a91e963bb784d1ac7e9c1 /ext/fbsql/php_fbsql.h | |
parent | 2bf0a0e5af1615a4af635695de3d18ece0950205 (diff) | |
download | php-git-ad8150b3a9d2e6e9d5dfde655fe42723ec02e0f1.tar.gz |
Fixing return value from fbsql_query after a DELETE FROM with success.
Diffstat (limited to 'ext/fbsql/php_fbsql.h')
-rw-r--r-- | ext/fbsql/php_fbsql.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/fbsql/php_fbsql.h b/ext/fbsql/php_fbsql.h index 55480a3946..d10fe805d0 100644 --- a/ext/fbsql/php_fbsql.h +++ b/ext/fbsql/php_fbsql.h @@ -86,6 +86,9 @@ PHP_FUNCTION(fbsql_username); PHP_FUNCTION(fbsql_password); PHP_FUNCTION(fbsql_warnings); +PHP_FUNCTION(fbsql_get_autostart_info); +//PHP_FUNCTION(fbsql_set_autostart_info); + static void php_fbsql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type); static void php_fbsql_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistant); |