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
Since minimum supported PHP for Symfony 3 is 5.5.9, maybe time to use apcu_fetch instead of apc_fetch. This way no need to enable APC backward compatibility mode with Apcu as APC does not exist for PHP 5.5 anyway. Especially with PHP 7, APC backward compatibility in Apcu is not enabled by default.