diff options
Diffstat (limited to 'development/php-apcu/apcu.ini')
-rw-r--r-- | development/php-apcu/apcu.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development/php-apcu/apcu.ini b/development/php-apcu/apcu.ini new file mode 100644 index 0000000000..b76e42ac6f --- /dev/null +++ b/development/php-apcu/apcu.ini @@ -0,0 +1,5 @@ +extension=apcu.so +apc.enabled=1 +apc.shm_size=32M +apc.ttl=7200 +apc.enable_cli=1 |