You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
207 B
14 lines
207 B
|
8 years ago
|
;;
|
||
|
|
;; php-apcu.ini -- PHP APC configuration
|
||
|
|
;;
|
||
|
|
|
||
|
|
extension = "@l_prefix@/lib/php-apcu/apcu.so"
|
||
|
|
|
||
|
|
apc.enabled = 1
|
||
|
|
apc.enable_cli = 0
|
||
|
|
|
||
|
|
apc.shm_size = 128M
|
||
|
|
apc.ttl = 7200
|
||
|
|
apc.user_ttl = 7200
|
||
|
|
|