Trying to learn php using apache, have been doing fine so far, except for my next task I need to edit php.ini. Had some trouble getting php to install because the book I'm using made no mention of PHPInidir. After discovering this I put it into the httpd.conf file under my load module as PHPIniDir C:/WINDOWS/. Didn't work. Changed it to PHPInidir C:/PHP (where my php files reside, except for the ini file which is in WINDOWS), and it works. Putting php.ini into the php folder breaks it. Leaving it in windows fixes it.
My problem is I'm now trying to edit the php.ini file and it doesn't seem to be affected, as if apache isn't actually reading that file. There is no .ini file in my php folder. Is there some information I'm missing here?
Again if I change phpinidir to the C:/WINDOWS where my ini file actually resides, it breaks, if I move php.ini to C:/PHP in accord to my currently configured phpinidir, it breaks.