Php/docs/fbsql.configuration

From Get docs

Runtime Configuration

The behaviour of these functions is affected by settings in php.ini.

FrontBase configuration options
Name Default Changeable Changelog
fbsql.allow_persistent "1" PHP_INI_SYSTEM  
fbsql.generate_warnings "0" PHP_INI_SYSTEM  
fbsql.autocommit "1" PHP_INI_SYSTEM  
fbsql.max_persistent "-1" PHP_INI_SYSTEM  
fbsql.max_links "128" PHP_INI_SYSTEM  
fbsql.max_connections "128" PHP_INI_SYSTEM  
fbsql.max_results "128" PHP_INI_SYSTEM  
fbsql.batchSize "1000" PHP_INI_SYSTEM Removed in PHP 5.1.0.
fbsql.default_host NULL PHP_INI_SYSTEM  
fbsql.default_user "_SYSTEM" PHP_INI_SYSTEM  
fbsql.default_password "" PHP_INI_SYSTEM  
fbsql.default_database "" PHP_INI_SYSTEM  
fbsql.default_database_password "" PHP_INI_SYSTEM  

For further details and definitions of the PHP_INI_* modes, see the Where a configuration setting may be set.