Browse Source

Update to apc class loader config

Skamander 12 years ago
parent
commit
23771ac242
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php-symfony2/web/app.php

+ 1 - 1
php-symfony2/web/app.php

@@ -9,7 +9,7 @@ $loader = require_once __DIR__.'/../app/bootstrap.php.cache';
 // Change 'sf2' to a unique prefix in order to prevent cache key conflicts
 // with other applications also using APC.
 
-$loader = new ApcClassLoader('sf2', $loader);
+$loader = new ApcClassLoader('symfony2Benchmark', $loader);
 $loader->register(true);