Hey all, I have been working on getting this PHP Ice compiled into PHP and I have it working, but not in the way I would like it. PHP Ice requires about 8 .dll files. One is: php_ice.dll which I put into PHP extensions folder. The other .dll files I had to put into %SYSTEM32% folder. I was hoping to put these local to other extension .dll files but if I do that, I get a error saying this .dll could not be loaded. As soon as I put these files in %SYSTEM32%, it loads and I can use my script. What can I do to make these .dll files run from PHP local directory? I want to be able to transport my configuration from PC to PC without putting files in Windows Core Directories. I tried to register the .dll files using CMD Regsvr32.exe, that didn't work. Thanks Kalpz