El comportamiento de estas funciones se ve afectado por la configuración de php.ini.
Nombre | Por defecto | Cambiable | Historial de cambios |
---|---|---|---|
igbinary.compact_strings | 1 | PHP_INI_ALL |
Nombre | Por defecto | Cambiable | Historial de cambios |
---|---|---|---|
session.save_handler | "files" | PHP_INI_ALL |
He aquí una breve explicación de las directivas de configuración.
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
.