Answers for "find the php.ini file from the command line?"

2

find php.ini ubuntu

sudo find / -name php.ini
Posted by: Guest on October-06-2021
4

open php ini from terminal

php --ini
Posted by: Guest on April-29-2020

Code answers related to "find the php.ini file from the command line?"

Browse Popular Code Answers by Language