create a page with
phpinfo();
to find it
If you can't, get the source and copy php.ini.default (I think that's the name) to the spot it says the php.ini should be in the phpinfo() call.
You can also use .htaccess files to change include_path, etc. as long as httpd.conf is setup with AllowOverride All