PHP
#PHP#
##Paths##
/usr/bin/php7.0
/usr/bin/phpize7.0
/etc/php/7.0/apache2/php.ini
sudo apt-get install php7.0-bz2
##Install GD Library## https://stackoverflow.com/questions/34367917/install-php70-gd-on-ubuntu
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php7.0-gd
##Install Imagemagick##
sudo apt-get install php7.0-imagick