Page 1 of 1

php.ini on IIS!

Posted: Sat Sep 27, 2003 1:49 am
by Tomas
Hi Guys:

I'm just starting out on PHP and I've installed it on my Windows 2003 Server box with IIS 6.
Everything ran smoothly until I wanted to change some php.ini variables. I've changed them (such as register_globals to ON) and saved it. Then, restarted IIS in order to changes make effects, but, they don't!!!!!
How can I make those changes? Looks like PHP is not reading the php.ini file, because I've even changed their name and PHP stats anyway.
I've looked for other php.ini files on other locations, but there aren't.

Please!! Help me!!!!

Thanks in advance!!!

Posted: Sat Sep 27, 2003 10:02 am
by qads
make a new php page and put

Code: Select all

<?php
phpinfo();
?>
save it in your www folder and run it, on the top of the page it will tell you where its reading the php.ini from :) .