Skip to content

Remove obsolete opcache.fast_shutdown=1 from php73+ images

Krinkle requested to merge krinkle/dev-images:rm-fast-shutdown into main

From upstream: https://www.php.net/manual/en/opcache.configuration.php https://www.php.net/manual/en/opcache.configuration.php#ini.opcache.fast-shutdown

Removed in PHP 7.2.0. A variant of fast shutdown has been integrated and automatically used.

Merge request reports