• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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