~ubuntu-branches/ubuntu/trusty/php-memcache/trusty

« back to all changes in this revision

Viewing changes to debian/memcache.ini

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Habouzit
  • Date: 2007-04-10 21:35:03 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20070410213503-egpfyfd8ew7tx4yy
Tags: 2.1.2-2
Dropping php4 support (Closes: #418304).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; uncomment the next line to enable the module
 
2
; extension=memcache.so
 
3
 
 
4
[memcache]
 
5
memcache.dbpath="/var/lib/memcache"
 
6
memcache.maxreclevel=0
 
7
memcache.maxfiles=0
 
8
memcache.archivememlim=0
 
9
memcache.maxfilesize=0
 
10
memcache.maxratio=0
 
11