I have a shard web server and I have clients needing conflicting changes to the PHP.ini file. I was wondering how to juist give each on a seperate file.

I have tried using php.exe -c c:\..... in the IIS mapping but this does not work, and from what I have heard wont work.

I also saw a suggestion to just make a seperate php directory for each client (which takes up alot of space) and put a local php.ini file in there, but I think the default place php will look is c:\windows.

ANY Help is appreciated on this issue.

I have searched everywhere on google groups with no luck.