Page 1 of 1

Extensions and PHP.ini

PostPosted: 02. May 2006 07:03
by davetao
Hi ppl. I love xampp but why the heck is the php.ini file being used stored inside apache folder?!!

i spent hours trying to figure out why i couldnt get postgreSql to work among other things.

I did read some documentation but did i miss anything?

If i didnt, i think the developers should write that in their documentation

PostPosted: 02. May 2006 12:51
by Dave_L
http://localhost/xampp/phpinfo.php will tell you which php.ini is being used.

If that script isn't present in your version of XAMPP, you can create the file phpinfo.php with contents: <?php phpinfo() ?>