how to install mmcache after zend installed?

hi guys,

How can i install mmcache after zend already installed, and i know mmcache should load first than zend, but how can i confirgure the php.ini file?

i fellowed these instructions:

http://forums.ev1servers.net/showthr...threadid=23574

//////////////////////////////////////////////////////////////////////
Find this:

;Windows Extensions

Above this, comment out the PHPA or ZEND lines if you have them. Replace them with this:

To install as a ZEND extension:

zend_extension="/mmcache/turck-mmcache-2.4.6/modules/mmcache.so"
mmcache.shm_size="16"
mmcache.cache_dir="/tmp/mmcache"
mmcache.enable="1"
mmcache.optimizer="1"
mmcache.check_mtime="1"
mmcache.debug="0"
mmcache.filter=""
mmcache.shm_max="0"
mmcache.shm_ttl="0"
mmcache.shm_prune_period="0"
mmcache.shm_only="0"
mmcache.compress="1"

OR to install as a PHP extension:

extension="/mmcache/turck-mmcache-2.4.6/modules/mmcache.so"
mmcache.shm_size="16"
mmcache.cache_dir="/tmp/mmcache"
mmcache.enable="1"
mmcache.optimizer="1"
mmcache.check_mtime="1"
mmcache.debug="0"
mmcache.filter=""
mmcache.shm_max="0"
mmcache.shm_ttl="0"
mmcache.shm_prune_period="0"
mmcache.shm_only="0"
mmcache.compress="1"
///////////////////////////////////////////////////////////////////////////

Does this step only i need to do? Does this step means mmcache load first?
what else i need to do?

BTW what is the best way of uninstalling this script ( just in case )?

and one more question, it said mmcache doesn't work in cgi mode, i don't really know what is that mean, does any particular php scripts need that function?


Thank you guys.


sean

 

 

 

 

Top