• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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