PHP Fatal error: Uncaught Error: Class 'Memcache' not found

1 개요[ | ]

PHP Fatal error: Uncaught Error: Class 'Memcache' not found

2 확인[ | ]

root@zetawiki:~# php -m | grep memcache
root@zetawiki:~# php -r 'new Memcache;'
PHP Fatal error:  Uncaught Error: Class 'Memcache' not found in Command line code:1
Stack trace:
#0 {main}
  thrown in Command line code on line 1

3 조치 방법[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}