I'm trying to use a couple of com objects from PHP (5.4, IIS express 7.5, windows 7), and php dies completely when I try to create them. I get all the html from above the 'new COM()' and nothing else. The log shows the access as succeeding.
Interestingly 'new COM("word.application")' fails the same way, although 'new COM("WScript.Shell") seems to succeed. If I run from the command line, I can instantiate word.application as well.
IIS is running as IUSR, and does have read and execute access to Program Files.
What am I missing?