1

I need to set up memcached in my application, I am using PHP 8.1 and Wamp is my local server.

I have added php_memcached.dll file in my php ext folder and also extension=php_memcached.dll added in php.ini.

After that I have restarted my Wamp I have checked phpinfo details but I couln't found memcached version details.

I have noticed in my logs "PHP Warning: PHP Startup: Unable to load dynamic library 'php_pthreads.dll'"

If anyone knows how to sort out the problem, Please share the steps.

Thanks in advance...

RiggsFolly
  • 93,638
  • 21
  • 103
  • 149
  • Are you using `php_pthreads.dll` as these 2 things are not related – RiggsFolly Nov 08 '22 at 17:49
  • Did you download and install the Thread Safe version of Memcached? That would be the correct version for WAMPServer – RiggsFolly Nov 08 '22 at 17:50
  • Does not look like that has been maintained since php5.6, it may be it no longer works – RiggsFolly Nov 08 '22 at 17:59
  • 1
    You do know you also need to install the MemCached server as well as the dll which only links PHP to memcached. I cannot find a current version of this compiled and ready to go on a windows system? Can you?? – RiggsFolly Nov 09 '22 at 10:31

0 Answers0