PHP Extension - Memcache module with support of newer PHP 7.0-7.3
Install
1 2 3 4 5 6 7 8 9 10 11 12
| git clone https://github.com/websupport-sk/pecl-memcache.git
cd pecl-memcache; phpize ./configure make -j$(nproc) make install
echo "extension=memcache.so" >> /usr/local/php/etc/conf.d/memcache.ini
|