I was trying to find any information about using Memcached with PHP7, but I failed. The only valuable information is short Readme.md
of php-memcached repo.
Unfortunately, its travis build failed as well as 30/126 tests on my machine.
However make install
command was successful and created memcached.so
file. Does it mean I can use this extension in production or it still has bugs and is not recommended for using?
I will very appreciate any advice or working solution.