Page 1 of 1

php & COM Object

Posted: Tue Aug 26, 2003 1:57 am
by nbjayme
Hi folks,

I'm using php4.3.3 to load a COM object. I call the php from Visual Basic Application to run a script.
No error was given when loading the COM object (in PHP) but it strangely halts for a couple of minutes and exits. It cannot seem to get pass the part of the script where I assigned a value to the COM's property. :cry:

How to set up the PHP ini file correctly? :cry:

nbjayme :)

Posted: Tue Aug 26, 2003 8:09 pm
by fractalvibes
Have you tried running just the php portion and see if you can trap any errors?

I have tried this on one of our test servers and the call to the COM object worked flawlessly.

Perhaps you are calling the COM object incorrectly?

fv