Answers for "install php.ini in ubuntu"

PHP
1

open php.ini in ubuntu

php -i | grep 'php.ini'
Posted by: Guest on December-02-2021
1

install php on ubuntu

sudo apt install php libapache2-mod-php

# restart it
sudo systemctl restart apache2
Posted by: Guest on August-18-2020

Browse Popular Code Answers by Language