rich4321 Posted May 11, 2013 Share Posted May 11, 2013 Hi, I am new to this forum I am exporering the possibility of using memcache. I use XAMPP on my Mac. I need to know if memcache is already installed, in phpinfo, there is a mod_mem_cache under apache2handler Loaded Modules. If I think correctly, this is not the same as the php memcache.so, am I right? If so, how do I find out if memcache.so is loaded? I tried the extension_loaded() function, it returns neither true or false. when I type php -m in the terminal, memcaches is not shown on the list. how do I know for sure if memcache is loaded? Thanks for your help in advance. Link to comment https://forums.phpfreaks.com/topic/277908-memcache/ Share on other sites More sharing options...
trq Posted May 12, 2013 Share Posted May 12, 2013 If php -m does not list memcache the extension is not installed. Link to comment https://forums.phpfreaks.com/topic/277908-memcache/#findComment-1429665 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.