/ Published in: Bash
This is helpful to find the location of the php.ini file in any server.
Expand |
Embed | Plain Text
php -i | grep php.ini
You need to login to post a comment.
Leech on 09/24/08
2 people have marked this snippet as a favorite
This is helpful to find the location of the php.ini file in any server.
php -i | grep php.ini
You need to login to post a comment.