Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
1  
success from cli and failure from sapi doesn't mean too much usually. they're very different environments, and different permissions sets. – Marc B Dec 6 '12 at 19:50

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.