ratchetphp / Ratchet

Asynchronous WebSocket server
http://socketo.me
MIT License
6.26k stars 734 forks source link

issue with Memcache class is not found #736

Open mohhamedion opened 5 years ago

mohhamedion commented 5 years ago

i check http://socketo.me/docs/sessions to use sessions in my app but having a issue with Memcache class : Uncaught Error: Class 'Memcache' not found in C:\xampp\htdocs\ \bin\chat-server.php:15

haroldmodesto commented 5 years ago

You will have to install memcache yourself. This involves installing the memcached service/daemon/server and a php extension. Take note that for the extension you have two choices memcache (https://www.php.net/manual/en/book.memcache.php) and memcached https://www.php.net/manual/en/book.memcached.php . I prefer the second one.