Explorar el Código

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ć hace 12 años
padre
commit
a72b0cdd17
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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