I'm running php 5.3. I have installed the pecl memcache extension. Once upon a time there was the memcache.php (which I'm aware is still around and usable) for viewing useful memcached stats and other info. At some point this page was committed into the pecl memcached extension (can't get the link to the commit atm).
My question is once the extension is installed how do I view this page?
To view the result of the
memcache.phpfile, you'll have to :.tgzarchive from PECL, it should be included)memcache.phpfile, to indicate which servers should be monitored$MEMCACHE_SERVERSarraymemcache.phpfile somewhere on your serverInstalling the PECL memcache extension will allow you to use communicate with a memcached server from PHP -- but it'll not install the
memcache.phpfile on your webserver.Apparently, this file has been added in PECL for these two versions of the extension :