php8.5
Home/ Manual/ reference / uopz/ uopz ConfigureOptions

uopz ConfigureOptions

As of uopz 5.0 PHP 7.0 is required. As of uopz 5.1, PHP 7.1+ is required.

Setup

Required

As of uopz 5.0 PHP 7.0 is required. As of uopz 5.1, PHP 7.1+ is required.

Install

uopz releases are hosted by PECL and the source code by github, the easiest route to installation is the normal PECL route: Packageuopz.

Windows users can download prebuilt release binaries from the PECL website.

As of uopz 5.0.0 the extension must be loaded as extension. Before this version it must be loaded as zend_extension.

Runtime Runtime

NameDefaultChangeableChangelog
uopz.disable"0"INI_SYSTEMAvailable as of uopz 5.0.2
uopz.exit"0"INI_SYSTEMAvailable as of uopz 6.0.1
uopz.overloads"1"INI_SYSTEMAvailable as of uopz 2.0.2. Removed as of uopz 5.0.0.

Constants

Title

uopz.disablebool

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

uopz.exitbool

Whether to allow the execution of exit opcodes or not. This setting can be overridden during runtime by calling uopz_allow_exit().

uopz.overloadsbool

Enables the ability to use uopz_overload().

Note

When running with OPcache enabled, it may be necessary to disable all OPcache optimizations (opcache.optimization_level=0).

Source: reference/uopz/setup.xml · from the official PHP manual (php/doc-en)