What I do is create a php.php file on the root of my fileserver with the following
<?php phpinfo() ?>
then when I browse to that file http://servername/php.php
I get all the php information I can stand, including the line "Loaded Configuration File"
which is where the running php server loaded php.ini from.
Jason