Skip to content

Instantly share code, notes, and snippets.

@v1shwa
Created December 3, 2015 04:52
Show Gist options
  • Save v1shwa/3049178c5bef6229c5dd to your computer and use it in GitHub Desktop.
Save v1shwa/3049178c5bef6229c5dd to your computer and use it in GitHub Desktop.
Installing PHP OAuth in Ubuntu
# Steps for installing PECL oAuth package on ubuntu
apt-get update
apt-get install libpcre3 libpcre3-dev php5-dev
pecl install -Z oauth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment