Monthly Archives: December 2016

php 5.6 on ubuntu

PHP 5.6 on Ubuntu 14 To install PHP 5.6 or to upgrade from PHP 5.5 on Ubuntu 14: Enter the following commands in the order shown: apt-get -y update add-apt-repository ppa:ondrej/php apt-get -y install php5.6 php5.6-mcrypt php5.6-mbstring php5.6-curl php5.6-cli php5.6-mysql php5.6-gd php5.6-intl php5.6-xsl php5.6-zip apt-get -y update Enter the following command to verify PHP 5.6 […]

Posted in Uncategorized