skip to Main Content

Memcache PHP extension on windows 10 works intermittently – Apache

I have memcache extensions on apache/php windows 10 (details at the end) Created a simple test: $memcache = new Memcache; $memcache->addServer("ext-memcached.e-memcached.xxx.net",11211); $memcache->addServer("ext-memcached.e-memcached2.xxx.net",11211); $memcache->addServer("ext-memcached.e-memcached3.xxx.net",11211); $key='xxx_54921'; $settings = $memcache->get($key); print_r ($settings); the memcache servers are on AWS and they work well (production…

VIEW QUESTION

XAMPP – Apache not starting on Mac OS

https://www.apachefriends.org/download.html Previously I'm using xampp-osx-7.1.10-0-installer.dmg. Now as my project required PHP 7.2.X above so I took the backup of all DB & project. & try to install xampp-osx-7.2.7-0-installer.dmg After installation it keep gives me this error Starting all servers... Starting…

VIEW QUESTION
Back To Top
Search