php.ini の設定により動作が変化します。
名前 | デフォルト | 変更可能 | 変更履歴 |
---|---|---|---|
uopz.disable | "0" | PHP_INI_SYSTEM | uopz 5.0.2 以降で利用可能 |
uopz.exit | "0" | PHP_INI_SYSTEM | uopz 6.0.1 以降で利用可能 |
以下に設定ディレクティブに関する 簡単な説明を示します。
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().