exec - PHP script stopping right after "$com = new Com('WScript.shell');" -


i'm trying debug huge php script file when reaches line

$com = new com('wscript.shell'); 

the whole script dies , stops working. i'm debugging in using eclipse pdt.

i tried adding echos before , after line , ran file command line

php -f "c:/path/file.php" argument 

where argument number, still doesn't pass line !

i'm new php , can't debug error further. there way test why script stopping way ?

i'm using php 5.3

thank you

i missing php_com_dotnet.dll plugin. didn't know php threw it's errors knew error log can configured adding line error_log = "c:\php\php_errors.log" in php's php.ini file.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -