Skip to content

Instantly share code, notes, and snippets.

View justasr's full-sized avatar
💭
I may be slow to respond.

Justinas R. justasr

💭
I may be slow to respond.
View GitHub Profile
@justasr
justasr / Install-php7.md
Created March 23, 2016 16:05 — forked from hollodotme/Install-php7.md
Installing php7-fpm with phpredis and xdebug extension on Ubuntu 14.04

Install php7.0-fpm

# remove php5 modules
apt-get autoremove --purge php5-*
# add php-7.0 source list by [Ondřej Surý](https://github.com/oerdnj)
add-apt-repository ppa:ondrej/php
# Update index
apt-get update
# Install php7.0-fpm with needed extensions