Code:
ea-php71-php-memcached-3.0.2-1.1.229.cpanel.x86_64
ea-php56-php-memcached-2.2.0-1.4.225.cpanel.x86_64
ea-php70-php-memcached-3.0.2-1.5.220.cpanel.x86_64
Phpinfo shows it including the memcached.ini file, which calls the correct .so file, however, it's not actually loading.
Code:
# ./php -m [PHP Modules]
bcmath
bz2
Core
ctype
curl
date
dom
exif
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
igbinary
imagick
intl
ionCube Loader
json
libxml
mbstring
mcrypt
memcache
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
readline
Reflection
session
SimpleXML
SPL
sqlite3
standard
timezonedb
tokenizer
wddx
xml
xmlreader
xmlrpc
xmlwriter
xsl
Zend OPcache
zip
zlib
[Zend Modules]
Zend OPcache
the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured)
Code:
# cat /opt/cpanel/ea-php70/root/etc/php.d/memcached.ini
; Enable yaml extension module
extension=memcached.so
; for further documentation on settings see
; http://php.net/manual/en/memcache.ini.php
; use memcache to store PHP sessions
; session.save_handler = "memcache"
; session.save_path = "tcp://localhost:11211"
; use a different default memcche port