Skip to content

Instantly share code, notes, and snippets.

View sunnywx's full-sized avatar
🚘
Focusing

sunnywang sunnywx

🚘
Focusing
View GitHub Profile
@sunnywx
sunnywx / php7_build_ubuntu.sh
Created April 14, 2016 06:50 — forked from m1st0/php_build_ubuntu.sh
Compiling PHP 7 on Ubuntu 15.04 with Various Supported Modules
#! /bin/bash
## PHP 7 Initial Compile ##
## Some help from the various places like these. ##
# http://www.zimuel.it/install-php-7/
# http://www.hashbangcode.com/blog/compiling-and-installing-php7-ubuntu
## Setup Ubuntu 15.04/15.10 ##
# Other dependencies for PHP 7. Add any missing ones from configure script
# complaints, plus some LAMP needs too.