PHP Velho Oeste 2024

Configurações em Execução

O comportamento dessas funções podem ser modificado pelas configurações do php.ini.

FrontBase configuration options
Nome Padrão Modificável 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  
Para mais detalhes e definições dos modos PHP_INI_*, veja Onde uma configuração deve ser definida.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top