]> git.pld-linux.org Git - packages/php-pecl-APC.git/commitdiff
- more config options auto/ac/php-pecl-APC-3_0_10-1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 31 Aug 2006 16:43:25 +0000 (16:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pecl-APC.spec -> 1.18

php-pecl-APC.spec

index e0ca86ef7bd9734608f337bb3adaf3932c336940..128c2246348e04ead4e7c001dfdb66d7241accb8 100644 (file)
@@ -51,11 +51,18 @@ cat <<'EOF' > $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/%{_modname}.ini
 ; Enable %{_modname} extension module
 extension=%{_modname}.so
 apc.enabled=1
-;apc.shm_segments=1
 ;apc.optimization=0
-;apc.shm_size=30
+;apc.shm_segments=1
+;apc.shm_size=32
 ;apc.cache_by_default=1
 ;apc.max_file_size=1M
+;apc.num_files_hint=1024
+;apc.gc_ttl=3600
+;apc.ttl=0
+;apc.mmap_file_mask=/tmp/apc.XXXXXX
+;apc.filters=
+;apc.stat=1
+;apc.enable_cli=0
 EOF
 
 %clean
This page took 0.070776 seconds and 4 git commands to generate.