Skip to content

Commit e9665ff

Browse files
committed
Merge pull request PHPIDS#52 from staabm/patch-2
added apc cache sample to config.ini template
2 parents ef220be + 04b8767 commit e9665ff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/IDS/Config/Config.ini.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
[Caching]
3838

39-
; caching: session|file|database|memcached|none
39+
; caching: session|file|database|memcached|apc|none
4040
caching = file
4141
expiration_time = 600
4242

@@ -53,3 +53,6 @@
5353
;host = localhost
5454
;port = 11211
5555
;key_prefix = PHPIDS
56+
57+
; apc
58+
;key_prefix = PHPIDS

0 commit comments

Comments
 (0)