• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Activating memcached.so on PHP 7.1 help please :)

the API of my php 7.1.18 is


PHP API 20160303

/opt/plesk/php/7.1/lib64/php/modules
/opt/plesk/php/7.1/lib64/php/modules


so I guess I could try recompile memcached 3.0.4 extension but how do I make sure that its compiled
with same api?
 
Now it works! and its a plesk bug I suspect :)
look it was not reading the memcached.ini no matter what,
I had to go to my plesk onyx control panel, go to
tools and settings -> php settings -> 7.0, and then go to the php.ini main file, delete one comment, save it
and then it updated the global php settings for real and now it reads the memcached.ini file!
isnt that weird, it didnt update after restarting apache, I had to do that in the panel, isnt that a kind of a bug?
 
I've just checked and all works fine for me with:

# yum install plesk-php71-devel make gcc libmemcached-devel
# /opt/plesk/php/7.1/bin/pecl install memcached
# echo "extension=memcached.so" > /opt/plesk/php/7.1/etc/php.d/memcached.ini
# plesk bin php_handler --reread

As result:

[root@ppu17-8 ~]# /opt/plesk/php/7.1/bin/php -m | grep memca
memcached
 
Back
Top