rich4321 Posted May 11, 2013 Share Posted May 11, 2013 (edited) 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. Edited May 11, 2013 by rich4321 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.