Skip to content

Instantly share code, notes, and snippets.

@javidalkaruzi
Created February 23, 2014 10:24
Show Gist options
  • Save javidalkaruzi/9169644 to your computer and use it in GitHub Desktop.
Save javidalkaruzi/9169644 to your computer and use it in GitHub Desktop.
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