Sorry if this is a simple question, but I've just installed PHP 5.1.6 on Windows for the first time...
According to my phpinfo(); file, I have correctly specified the location of my php.ini file to be the following:
C:\WINNT\php.ini
My PHP installation was successful since I have installed a number of Web apps that use it and MySQL. However, in troubleshooting a couple of the apps, I've needed to make changes to php.ini. It seems as if these changes are not being reflected. I've tried starting and stopping my site via IIS, but no luck.
Even simple test changes to php.ini (such as to the value of post_max_size) are not being reflected in my phpinfo(); file, so I'm guessing I'm missing a simple step to get these changes to be reflected.
Suggestions?
Thanks in advance!
-Gabe