Created
June 14, 2017 19:59
-
-
Save temamagic/2c0909bf48d006b73d650af18f9faecb to your computer and use it in GitHub Desktop.
Install Gearman PHP7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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