installing turck mmcache using yum

installing turck mmcache using yum

by m y -
Number of replies: 2

hi,

i'm running centos4.4, i've tried installing turck mmcache using "yum install php-mmcache". Everything looks good:

i. php -v output:

PHP 4.3.9 (cgi) (built: Apr 25 2006 09:39:58)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
    with Turck MMCache v2.4.6, Copyright (c) 2002-2003 TurckSoft, St. Petersbu
, by Dmitry Stogov

ii. phpinfo() output:

Turck MMCache

MMCache support enabled
Version 2.4.6
Caching Enabled true
Optimizer Enabled true
Memory Size 33,554,392 Bytes
Memory Available 26,885,160 Bytes
Memory Allocated 6,669,232 Bytes
Cached Scripts 190
Removed Scripts 0
Cached Keys 0

Directive Local Value Master Value
mmcache.cache_dir /var/cache/php-mmcache /var/cache/php-mmcache
mmcache.check_mtime 1 1
mmcache.compress 1 1
mmcache.content shm shm
mmcache.debug 0 0
mmcache.enable 1 1
mmcache.filter no value no value
mmcache.keys shm shm
mmcache.optimizer 1 1
mmcache.sessions shm shm
mmcache.shm_max 0 0
mmcache.shm_only 0 0
mmcache.shm_prune_period 0 0
mmcache.shm_size 0 0
mmcache.shm_ttl 3600 3600

Then, my question is, do I need to configure anything else, maybe php.ini?

Average of ratings: -