Answers for "install php with version in ubuntu"

PHP
6

change php version ubuntu

$ sudo update-alternatives --config php
 or
$ sudo a2enmod php7.1(version)
Posted by: Guest on April-26-2020
2

ubuntu install php

apt-get install php-pear php-fpm php-dev php-zip php-curl php-xmlrpc php-gd php-mysql php-mbstring php-xml libapache2-mod-php
Posted by: Guest on August-28-2020

Code answers related to "install php with version in ubuntu"

Browse Popular Code Answers by Language