Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f788b15 commit 2df0e6fCopy full SHA for 2df0e6f
web/app.php
@@ -5,7 +5,10 @@
5
6
$loader = require_once __DIR__.'/../app/bootstrap.php.cache';
7
8
-// Use APC for autoloading to improve performance.
+// Enable APC for autoloading to improve performance.
9
+// You should change the ApcClassLoader first argument to a unique prefix
10
+// in order to prevent cache key conflicts with other applications
11
+// also using APC.
12
/*
13
$apcLoader = new ApcClassLoader(sha1(__FILE__), $loader);
14
$loader->unregister();
0 commit comments