How to access php.ini on linux server using command line -


this question has answer here:

i need make changes php.ini file. can tell me how , can find php.ini file on linux based server using command line?

just run following command in terminal locate php.ini file:

php -i | grep php.ini 

Comments