Nothing coming when running the Executable file

I downloaded ExeOutput for PHP from exeoutput.com. And then I have created executable file of my php application with ExeOutput. But when I run the executable it shows nothing. Only at the bottom of the window it displays “Opening page http://heserver/index.php”. Even after waiting 5-10 minutes nothing is coming. Also I have checked the option of writing error to a log file. Log file is getting created but no error is being produced in Log file.
Nothing is getting displayed. Neither index.php coming nor any error is displaying.

This probably means that you have an infinite loop somewhere in your PHP script. Without your code, it will be difficult to help anyway.