I am using the following command to check for configuration file for PHP installation.
$ php --ini
But when I press enter, it is showing no output. It just comes to a new line without showing anything. Please help me in finding which configuration file is used by my PHP installation.

Basically, I am following the method shown in this link for verifying my PEAR installation.