Here's a neat thing, if you run a phpinfo, it will tell you were to put your php.ini
The sixth line says
Configuration file (php.ini) path
If it says something like
/etc/php.ini
It means it found the file and is using it
if it says something like
/etc
It means it's looking in the /etc directory but not finding anything, so it's just using defaults.
-Rob