• 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!
  • 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.

Question Gearman php7

Mathieu DACKHE

New Pleskian
Hello i'm in plesk 12.5 on debian 8. I would like to install gearman lib in php7. I managed to do this in php 5.6 but I can not in php7. I followed this but i cant install package php7.0-dev...

Any ideas ?

Thanks for help
 
Unfortunately I do not have Debian 8 at hand, but it will look something like this:

# apt-get install plesk-php70-dev gcc make re2c libgearman-dev
# cd /tmp
# wget https://github.com/wcgallego/pecl-gearman/archive/master.zip
# unzip master.zip
# cd pecl-gearman-master
# /opt/plesk/php/7.0/bin/phpize
# ./configure --with-php-config=/opt/plesk/php/7.0/bin/php-config
# make
# make install
# echo "extension = gearman.so"> /opt/plesk/php/7.0/etc/php.d/gearman.ini
# plesk bin php_handler --reread

Thank's all! Please correct me if I'm wrong.
 
Back
Top