php.ini on IIS!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Tomas
Forum Newbie
Posts: 1
Joined: Sat Sep 27, 2003 1:49 am
Location: Santiago, Chile

php.ini on IIS!

Post 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!!!
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post 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 :) .
Post Reply