简体   繁体   中英

Fatal error: Class 'Memcache' not found

This is the result I got in my system.

php -m | grep -i memcache

memcache

Still I get the error "Fatal error: Class 'Memcache' not found ..." While running a symfony app on apache.

Please help

您需要在php.ini文件中安装apache模块memcache.so:extension = memcache.so

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM