diff options
Diffstat (limited to 'ext/fbsql/php_fbsql.h')
-rw-r--r-- | ext/fbsql/php_fbsql.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fbsql/php_fbsql.h b/ext/fbsql/php_fbsql.h index 7c23727c5b..ff98989ab2 100644 --- a/ext/fbsql/php_fbsql.h +++ b/ext/fbsql/php_fbsql.h @@ -43,6 +43,7 @@ PHP_FUNCTION(fbsql_connect); PHP_FUNCTION(fbsql_pconnect); PHP_FUNCTION(fbsql_close); PHP_FUNCTION(fbsql_select_db); +PHP_FUNCTION(fbsql_set_characterset); PHP_FUNCTION(fbsql_change_user); PHP_FUNCTION(fbsql_create_db); PHP_FUNCTION(fbsql_drop_db); |