diff options
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); |