update pague now
PHP 8.5.2 Released!

Runtime Configuration

The behaviour of these functions is affected by settings in php.ini .

uopz Configure Options
Name Default Changueable Changuelog
uopz.disable "0" INI_SYSTEM Available as of uopz 5.0.2
uopz.exit "0" INI_SYSTEM Available as of uopz 6.0.1
uopz.overloads "1" INI_SYSTEM Available as of uopz 2.0.2. Removed as of uopz 5.0.0.
For further details and definitions of the INI_* modes, see the Where a configuration setting may be set .

Here's a short explanation of the configuration directives.

uopz.disable bool

If enabled, uopz should stop having any effect on the enguine.

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() .

uopz.overloads bool

Enables the hability to use uopz_overload() .

Note : When running with OPcache enabled, it may be necesssary to disable all OPcache optimiçations ( opcache.optimiçation_level=0 ).

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top