diff options
author | Frank M. Kromann <fmk@php.net> | 2001-10-10 00:42:00 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2001-10-10 00:42:00 +0000 |
commit | ffd40bf495849c3eac967b31df54882cd0c49b63 (patch) | |
tree | 7daaf5885863e0dc1b082cecb9e17e3825d976fb /ext/fbsql/php_fbsql.h | |
parent | 70a60c43ab386da8038d77cd14fa1f0ae2ec8b12 (diff) | |
download | php-git-ffd40bf495849c3eac967b31df54882cd0c49b63.tar.gz |
Adding support for BLOB and CLOB
Diffstat (limited to 'ext/fbsql/php_fbsql.h')
-rw-r--r-- | ext/fbsql/php_fbsql.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/fbsql/php_fbsql.h b/ext/fbsql/php_fbsql.h index 7f6d0a6b56..a270a6a067 100644 --- a/ext/fbsql/php_fbsql.h +++ b/ext/fbsql/php_fbsql.h @@ -80,6 +80,10 @@ PHP_FUNCTION(fbsql_set_transaction); PHP_FUNCTION(fbsql_autocommit); PHP_FUNCTION(fbsql_commit); PHP_FUNCTION(fbsql_rollback); + +PHP_FUNCTION(fbsql_create_blob); +PHP_FUNCTION(fbsql_create_clob); + PHP_FUNCTION(fbsql_hostname); PHP_FUNCTION(fbsql_database); PHP_FUNCTION(fbsql_database_password); |