Skip to content

Instantly share code, notes, and snippets.

View pusachev's full-sized avatar
🏄‍♂️
Surf

Pavlo Usachov pusachev

🏄‍♂️
Surf
View GitHub Profile
# Default extension package
sudo apt-get install libxml2-dev libbz2-dev libmcrypt-dev libreadline-dev libxslt1-dev autoconf -y
# +apxs2
sudo apt-get install apache2-dev -y
# +gd
sudo apt-get install -y libfreetype6 libfreetype6-dev libpng12-0 libpng12-dev libjpeg-dev libjpeg8-dev libjpeg8 libgd-dev libgd3 libwebp-dev
# +opcache
@pusachev
pusachev / php7_build_ubuntu.sh
Created May 5, 2016 08:08 — 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.