Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 2df0e6f

Browse files
committed
added back a comment that aas removed in the previous merge
1 parent f788b15 commit 2df0e6f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

web/app.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55

66
$loader = require_once __DIR__.'/../app/bootstrap.php.cache';
77

8-
// Use APC for autoloading to improve performance.
8+
// 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.
912
/*
1013
$apcLoader = new ApcClassLoader(sha1(__FILE__), $loader);
1114
$loader->unregister();

0 commit comments

Comments
 (0)