PHP: Instalasi PHP 7.2 di Ubuntu 16.04: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
Onnowpurbo (talk | contribs)
Line 17: Line 17:


  sudo apt-get install php7.2 php7.2-cli php7.2-common
  sudo apt-get install php7.2 php7.2-cli php7.2-common
sudo apt-get install php7.2-curl php7.2-gd php7.2-json php7.2-mbstring php7.2-intl php7.2-mysql php7.2-xml php7.2-zip


==Referensi==
==Referensi==


* https://www.rosehosting.com/blog/how-to-install-php-7-2-on-ubuntu-16-04/
* https://www.rosehosting.com/blog/how-to-install-php-7-2-on-ubuntu-16-04/

Revision as of 03:44, 24 October 2019

Sumber: https://www.rosehosting.com/blog/how-to-install-php-7-2-on-ubuntu-16-04/

Upgrade

apt update
apt upgrade


Repository

sudo apt-get install software-properties-common python-software-properties
sudo add-apt-repository -y ppa:ondrej/php
sudo apt-get update


Install

sudo apt-get install php7.2 php7.2-cli php7.2-common
sudo apt-get install php7.2-curl php7.2-gd php7.2-json php7.2-mbstring php7.2-intl php7.2-mysql php7.2-xml php7.2-zip

Referensi