A few things. I've recently gone through the effort of installing memcached 
on Windows for Apache and PHP and learned a few lessons.
1. page and object cache via php_memcache is slower by a factor of 2-3x 
than disk cache, on SSD
2. memcached hangs soon after becoming hit. In my case it varied from a few 
seconds to a few minutes, but generally once there were a couple thousand 
hits and misses it froze. YMMV
3. This repo has the DLLs that you need: 
https://github.com/nono303/PHP-memcache-dll
HTH
On Tuesday, July 26, 2022 at 12:35:55 PM UTC-4 slobodan.j...@gmail.com 
wrote:

> When I tried to install memchached on php 8.1 XAMPP Win10 TS x64 i got 
> messeage:
>
> "PHP Warning:  PHP Startup: Unable to load dynamic library 'memcached' 
> (tried: C:\\xampp81\\php\\ext\\memcached (The specified module could not be 
> found), C:\\xampp81\\php\\ext\\php_memcached.dll (The specified module 
> could not be found)) in Unknown on line 0"
>
> I use: php_memcached-3.2.0-8.1-ts-vs16-x64
>
> Does anyone know what the problem is?
> I've tried everything but I always get the same error.
>
> Best regards,
> SJ
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/memcached/2b561f0f-2068-41a8-a9b5-6788f967f350n%40googlegroups.com.

Reply via email to