Skip to content

Instantly share code, notes, and snippets.

@wujku
Created June 29, 2016 10:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wujku/73e43a78b6be1d1a74fbaa020c0ae10f to your computer and use it in GitHub Desktop.
Save wujku/73e43a78b6be1d1a74fbaa020c0ae10f to your computer and use it in GitHub Desktop.
LC_ALL=en_US.UTF-8 add-apt-repository -y ppa:ondrej/php5-5.6
apt-get update -y
apt-get install -y \
php5.6-fpm \
php5.6-intl \
php5.6-cli \
php5.6-json \
php5.6-readline \
php5.6-curl \
php5.6-gd \
php5.6-json \
php5.6-mcrypt \
php5.6-mbstring \
php5.6-opcache \
php5.6-xml \
php5.6-mysql \
php5.6-zip \
php5.6-memcached
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment