Have been struggling with installing memcached in my local environment (xampp). I'm working on a Laravel 5.1 project as a solo developer (I'm serving up the files using php artisan serve). I found this repo which supposedly has the .dll files (I'm running Windows 10). https://github.com/lifenglsf/php_memcached_dll/tree/master/3.1.4/php7.4/ts_x64
For reference, my PHP info:
- **Architecture: x64
- PHP extension build: API20190902,TS,VC15
- Compiler: Visual C++ 2017**
- PHP version: 7.4.22
I'm basically downloading the zip and copying the relevant files to my php\ext directory and referencing it in my .ini file (I've also tried absolute/relative paths), hence, extension=php_memcached.dll
But, to no avail. I'm not sure what else to do. Thanks!
source https://stackoverflow.com/questions/68987867/memcached-for-legacy-laravel-project
Comments
Post a Comment