Hi,
create a php file containing
<?PHP
phpinfo();
?>
Near the top of the output should be a line that shows the directory where php expects the php.ini to be.
Check that directory. You need to create a php.ini file if it doesn't exist. You can take the php.ini-dist (rename it to php.ini) that comes with the zip package and modify it.
Thomas