PHP Config problem

Hi all,

I have a problem that I can’t seem to find an anser to. I installed php out of the third party software repository and it works great. However, I can’t find any php.ini file for configuration purposes. I looked through the file list that is included with the package but it is not in there. Any ideas where the php might be looking for it? I am using it with Apache. Any help is appreciated.

Thanks,
Chris.

The following command should tell you where php expects to see the php.ini file.

php -i | grep php.ini