Turck MMCache as Zend or PHP extention?

It says you can do either but does it make any difference which way you load it?

zend_extension="/usr/lib/php4/mmcache.so"
VS
extension="mmcache.so"


Does it make a difference in how the the cache is implemented?

 

 

 

 

Top