Questions tagged [php-memcached]

3 questions
3
votes
1 answer

pecl install memcached - Can't find ZLIB headers under "/opt/homebrew/opt/zlib/include"

I have installed PHP, zlib and memcached using Homebrew on a Mac with Apple silicon. I am trying to install the memcached extension for PHP using sudo pecl install memcached When it prompts me for zlib directory [no] : I specified…
tinkerr
  • 975
  • 2
  • 14
  • 32
1
vote
2 answers

How to install php-memcache in xampp ubuntu?

I have installed xampp for linux from https://www.apachefriends.org/index.html in my Ubuntu 22.04 OS After successfully installed, my project is running fine but when I install the php-memchached in my system with the below command but it is not…
Chinmay235
  • 3,236
  • 8
  • 62
  • 93
0
votes
1 answer

Unable to load MemcacheD extension in PHP 8.1.7

I am running the PECL PHP-Memcached 3.2.0 on PHP 7.x and PHP 8.1.0 Windows servers without problem. Unfortunately, it's impossible to make it work under PHP 8.1.7. Unable to load dynamic library - The specified module could not be found I obviously…
b126
  • 544
  • 4
  • 11