Docker’s PHP container installation memcached
The download address is here: https://launchpad.net/libmemcached/+download
<code>curl <span>-O</span> https:<span>//launchpadlibrarian.net/165454254/libmemcached-1.0.18.tar.gz </span> cd libmemcached<span>-</span><span>1.0</span><span>.18</span>tar <span>-xvzf</span> libmemcached<span>-</span><span>1.0</span><span>.18</span><span>.</span>tar<span>.</span>gz <span>.</span>/configure <span>--</span><span>with</span><span>-memcached</span><span>--</span>disable<span>-memcached</span><span>-sasl</span> make <span>&&</span> make install apt<span>-get</span> install zlib1g<span>-dev</span></code>
The above introduces docker's PHP container installation memcached, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.