O comportamento dessas funções é afetado pelas configurações do php.ini.
Nome | Padrão | Modificável | Changelog |
---|---|---|---|
igbinary.compact_strings | 1 | PHP_INI_ALL |
Nome | Padrão | Modificável | Changelog |
---|---|---|---|
session.save_handler | "files" | PHP_INI_ALL |
Aqui está uma breve explicação das diretivas de configuração.
igbinary.compact_strings
bool
Enable or disable compacting of duplicate strings. The default is On.
session.save_handler
string
Igbinary is used as session handler by setting this value to igbinary
.