diff options
author | Ard Biesheuvel <abies@php.net> | 2004-05-12 14:29:42 +0000 |
---|---|---|
committer | Ard Biesheuvel <abies@php.net> | 2004-05-12 14:29:42 +0000 |
commit | afc9cb151bec01d3d3a9a8f353a35940495e2e5a (patch) | |
tree | b099c5036ba184d6c0c38497733e43211033555f /ext/interbase/php_interbase.h | |
parent | b4939dfa9adfc3d1561735cd3f95206844aca680 (diff) | |
download | php-git-afc9cb151bec01d3d3a9a8f353a35940495e2e5a.tar.gz |
Dropped support for ancient Interbase versions (< 6)
# This has no consequences for Firebird, as its initial release was based on IB 6
Diffstat (limited to 'ext/interbase/php_interbase.h')
-rw-r--r-- | ext/interbase/php_interbase.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/ext/interbase/php_interbase.h b/ext/interbase/php_interbase.h index 3cefb2a744..1469b2a4bd 100644 --- a/ext/interbase/php_interbase.h +++ b/ext/interbase/php_interbase.h @@ -45,9 +45,9 @@ PHP_FUNCTION(ibase_name_result); PHP_FUNCTION(ibase_prepare); PHP_FUNCTION(ibase_execute); PHP_FUNCTION(ibase_free_query); -#if HAVE_STRFTIME + PHP_FUNCTION(ibase_timefmt); -#endif + PHP_FUNCTION(ibase_gen_id); PHP_FUNCTION(ibase_num_fields); PHP_FUNCTION(ibase_num_params); @@ -62,6 +62,7 @@ PHP_FUNCTION(ibase_trans); PHP_FUNCTION(ibase_commit); PHP_FUNCTION(ibase_rollback); PHP_FUNCTION(ibase_commit_ret); +PHP_FUNCTION(ibase_rollback_ret); PHP_FUNCTION(ibase_blob_create); PHP_FUNCTION(ibase_blob_add); @@ -72,13 +73,11 @@ PHP_FUNCTION(ibase_blob_close); PHP_FUNCTION(ibase_blob_echo); PHP_FUNCTION(ibase_blob_info); PHP_FUNCTION(ibase_blob_import); -#if HAVE_IBASE6_API + PHP_FUNCTION(ibase_add_user); PHP_FUNCTION(ibase_modify_user); PHP_FUNCTION(ibase_delete_user); -PHP_FUNCTION(ibase_rollback_ret); - PHP_FUNCTION(ibase_service_attach); PHP_FUNCTION(ibase_service_detach); PHP_FUNCTION(ibase_backup); @@ -86,7 +85,7 @@ PHP_FUNCTION(ibase_restore); PHP_FUNCTION(ibase_maintain_db); PHP_FUNCTION(ibase_db_info); PHP_FUNCTION(ibase_server_info); -#endif + PHP_FUNCTION(ibase_errmsg); PHP_FUNCTION(ibase_errcode); |