You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When checking the Dockerfile in this repo to see if it had relevant ideas or settings I could use for a Dockerfile of my own, I noticed the opcache.fast_shutdown being used. After looking it up however, I found out this directive has been removed since PHP 7.2.0 (see https://www.php.net/manual/en/opcache.configuration.php#ini.opcache.fast-shutdown). So it may as well be removed from the settings here.