Skip to content

Instantly share code, notes, and snippets.

@nk952777
Last active February 27, 2017 06:28
Show Gist options
  • Save nk952777/8eb9160d689c0128bc2390d2a5932877 to your computer and use it in GitHub Desktop.
Save nk952777/8eb9160d689c0128bc2390d2a5932877 to your computer and use it in GitHub Desktop.
PHP 7 Setup on Ubuntu 14.04
apt-get update
apt-get install -y language-pack-en-base
locale-gen en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
add-apt-repository ppa:ondrej/php
apt-get update
apt-get install -y php7.1-fpm php7.1-curl php7.1-mbstring php7.1-mcrypt php7.1-mysql libssl1.0.2 php-common php7.1-cli php7.1-common php7.1-json php7.1-opcache php7.1-readline php7.1-dev php-memcached
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment