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
Browsing through the docs, I noticed opcache.fast_shutdown=1 being listed as recommended on the OPcache installation page. After looking it up however, I found out this directive has been removed since PHP 7.2.0. So it may as well be removed from the recommended settings.
Note: I'm not sure if this is kept around intentionally to still have it around for people using unmaintained PHP versions. If that is the case, feel free to disregard this until documentation for older versions is dropped.