PHP 5.4 & Laravel Class 'Memcached' not found

后端 未结 4 747
被撕碎了的回忆
被撕碎了的回忆 2021-01-07 22:44

I realize there are about 10 of these questions out there but none fit me completely.

Steps completed:

  1. Installed memcache
  2. installed php memcac
4条回答
  •  被撕碎了的回忆
    2021-01-07 23:15

    Memcache and Memcached are two different PHP extensions. Memcache is the older deprecated one. Memcached is a much newer and fully supported extension.

    Check out http://pecl.php.net/package/memcached

    You may need to also install libmemcached https://launchpad.net/libmemcached/+download

提交回复
热议问题