diff options
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 a270a6a067..584edf16b6 100644 --- a/ext/fbsql/php_fbsql.h +++ b/ext/fbsql/php_fbsql.h @@ -83,6 +83,9 @@ PHP_FUNCTION(fbsql_rollback); PHP_FUNCTION(fbsql_create_blob); PHP_FUNCTION(fbsql_create_clob); +PHP_FUNCTION(fbsql_set_lob_mode); +PHP_FUNCTION(fbsql_read_blob); +PHP_FUNCTION(fbsql_read_clob); PHP_FUNCTION(fbsql_hostname); PHP_FUNCTION(fbsql_database); |