소스 검색

Set apc.enable_cli = 1

Without this Symfony2 will not use APC cache for Doctrine metadata annotations.

More info here: http://gogs.info/2013/05/using-apc-cache-with-doctrine-symfony/
Goran Jurić 12 년 전
부모
커밋
a72b0cdd17
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      config/php.ini

+ 2 - 1
config/php.ini

@@ -1,4 +1,3 @@
-
 [PHP]
 
 ;;;;;;;;;;;;;;;;;;;
@@ -1864,3 +1863,5 @@ ldap.max_links = -1
 ; End:
 [apc]
 apc.stat = 0
+apc.enable_cli = 1
+apc.shm_size = 64M