瀏覽代碼

Update to apc class loader config

Skamander 12 年之前
父節點
當前提交
23771ac242
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);