Skip to content

Instantly share code, notes, and snippets.

@temamagic
Created June 14, 2017 19:59
Show Gist options
  • Save temamagic/2c0909bf48d006b73d650af18f9faecb to your computer and use it in GitHub Desktop.
Save temamagic/2c0909bf48d006b73d650af18f9faecb to your computer and use it in GitHub Desktop.
Install Gearman PHP7
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment