How can I tell if a php extension is loaded? Resolved

If you can't trust phpinfo then you can check whether a php extension is loaded is very simply.
Open a command prompt and type php -i | findstr memcache replacing "memcache" with the module you'd like to check on.
You'll get a response similar to this...
screen outpu
#34

You must be logged in to post an answer

Sorry, this website uses features that your browser doesn’t support. Upgrade to a newer version of Firefox, Chrome, Safari, or Edge and you’ll be all set.