Php & Linux: linux command to get php.ini location

Trabla: linux console command to get php.ini location

Solving:

php -i  | grep php.ini

or

php -i | grep "Loaded Configuration File"

No comments:

Post a Comment