I have php 5.3 on my windows server using IIS and FCGI. The problem I have is I need the php extension fileinfo enabled for one site, and disabled for the rest. What's the best way to go about this? I've tried ini_set() and had no luck. I could have separate php.ini files but have no idea how to set them up?
I can't use dl because function doesn't work properly in "multithreaded servers, like IIS", so it's disabled. And tried editting .htaccess with no change. I think that only works if Apache is loading php as a module?
Bookmarks