Ubuntu 14.04 LTS ships with PHP 5.5 by default, but if you want to
use PHP 5.6, then it’s just 3 lines on the command line away. Please
note that this tutorial is for installing on a fresh and untouched
Ubuntu 14.04 LTS, not for updating an existing installation of PHP. This
works perfectly on every tested Ubuntu 14.04 LTS.
1. Add PHP 5.6 package sources to your system:
sudo add-apt-repository ppa:ondrej/php5-5.6and confirm with ENTER. If you get an error here, you need to install python-software-properties first (and then do the line above again):
sudo apt-get update sudo apt-get install python-software-properties2. Update
sudo apt-get update3. Install PHP
sudo apt-get install php5and confirm with “y” and ENTER. You’ll now already see “PHP 5.6.x” in the scrolling installation logs. To properly check the installed version of PHP do:
php5 -vVoila! By the way, this extremely-easy-to-install PHP 5.6 package was created by Ondřej Surý, so consider donating him a beer or a coffee via his donation page.
0 Responses to "How to setup / install PHP 5.6 on Ubuntu 14.04 LTS"
Post a Comment