How to install memcached in PHP 8.1 using Wamp Server

695 Views Asked by At

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...

0

There are 0 best solutions below