• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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