Search found 2 matches
- Wed Aug 24, 2005 11:20 am
- Forum: PHP - Code
- Topic: Script with COM works from command line but no from browser
- Replies: 3
- Views: 98
- Wed Aug 24, 2005 2:14 am
- Forum: PHP - Code
- Topic: Script with COM works from command line but no from browser
- Replies: 3
- Views: 98
Script with COM works from command line but no from browser
I have a very simple script calling a COM dll that I registered with regsvr32. Using a browser, the php script crashes. But if I use the command line and type c:\php.exe c:\path to script\script.php then it works fine. It also works fine from the browser if run on other systems with php installed. I...