Well I finally go PHP installed and working…
However I still have the question about the php.ini file. I have figured out that you don’t even need it! It is just for storing your custom settings and if PHP doesn’t find it, it will default to a predefined set of default settings stored within the PHP program itself. But anyways I do want custom settings and I do want to use my custom php.ini but I don’t want PHP to look for it at this location “C:\WINNT\php.ini”! (Ran this script <?php phpinfo(); ?> to find out where PHP was looking for the php.ini file)
So my question is how do I tell PHP to look for the php.ini file in the location I want it to? Namely “C:\Program Files\Apache Group\Apache\ or C:\Program Files\Apache Group\Apache\modules\php\”?😕 haven't decided witch path i want to use yet :p
Signed,
Slice 😃