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
Commented out code reduces readability and lowers the code confidence for other developers. If it's common usage for debug, it should not be committed. Using a version control system, such code can be safely removed.
// Enable APC for autoloading to improve performance.// You should change the ApcClassLoader first argument to a unique prefix// in order to prevent cache key conflicts with other applications// also using APC./*$apcLoader = new ApcClassLoader(sha1(__FILE__), $loader);$loader->unregister();$apcLoader->register(true);*/
in web/app.php, line 12
Posted from SensioLabsInsight
The text was updated successfully, but these errors were encountered: