Skip to content

Instantly share code, notes, and snippets.

View eugene-shashkov's full-sized avatar

Yevhenii Shashkov eugene-shashkov

View GitHub Profile
wget https://github.com/wcgallego/pecl-gearman/archive/master.zip
unzip master.zip
cd pecl-gearman-master
phpize
./configure
make install
echo "extension=gearman.so" > /etc/php/7.0/mods-available/gearman.ini
phpenmod -v ALL -s ALL gearman
service php7.0-fpm restart