Created
February 23, 2014 10:24
-
-
Save javidalkaruzi/9169644 to your computer and use it in GitHub Desktop.
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
sudo wget http://us1.php.net/distributions/php-5.5.9.tar.gz | |
sudo tar -zxvf php-5.5.9.tar.gz | |
cd php-5.5.9/ext/pcntl | |
sudo phpize && ./configure && make install | |
#Restart apache server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment