Configuración en tiempo de ejecución
En esta página
Configuración en tiempo de ejecución#
El comportamiento de estas funciones es afectado por la configuración en el archivo php.ini.
| Nombre | Por defecto | Cambiable | Historial de cambios |
|---|---|---|---|
| yac.compress_threshold | -1 | INI_SYSTEM |
|
| yac.debug | 0 | INI_ALL |
|
| yac.enable | 1 | INI_SYSTEM |
|
| yac.enable_cli | 0 | INI_SYSTEM |
|
| yac.keys_memory_size | 4M | INI_SYSTEM |
|
| yac.serializer | php | INI_SYSTEM |
|
| yac.values_memory_size | 64M | INI_SYSTEM |
Yac Opciones de configuración
Aquí hay una aclaración sobre el uso de las directivas de configuración.
yac.compress_threshold int
yac.debug int
yac.enable int
yac.enable_cli int
yac.keys_memory_size string
yac.serializer string
yac.values_memory_size string