PHP: Runtime Configuration - Manual
https://www.php.net/manual/en/apcu.configurationFor further details and definitions of the PHP_INI_* modes, see the Where a configuration setting may be set.. Here's a short explanation of the configuration directives. apc.enabled bool. apc.enabled can be set to 0 to disable APC. This is primarily useful when APC is statically compiled into PHP, since there is no other way to disable it (when compiled as a DSO, the extension line in …