El comportamiento de estas funciones se ve afectado por la configuración de php.ini.
Nombre | Por defecto | Cambiable | Historial de cambios |
---|---|---|---|
uopz.disable | "0" | PHP_INI_SYSTEM | Available as of uopz 5.0.2 |
uopz.exit | "0" | PHP_INI_SYSTEM | Available as of uopz 6.0.1 |
He aquí una breve explicación de las directivas de configuración.
uopz.disable
bool
If enabled, uopz should stop having any effect on the engine.
uopz.exit
bool
Whether to allow the execution of exit opcodes or not. This setting can be overridden during runtime by calling uopz_allow_exit().