this question has answer here:
- how find php.ini file used command line? 12 answers
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
Post a Comment