vbscript - php-cgi keeps shutting down on windows -


i running windows 8 nginx web server, , php language. created vbs script start php-cgi, , looks this:

set objshell = wscript.createobject("wscript.shell") objshell.run("c:\php\php-cgi.exe -b 127.0.0.1:9000"), 0, true 

the script works, php works, issue having time time php stop or shut down. not sure if has script or php settings. why php-cgi keep stopping time time? don't having restart constantly.

linux boxes don't seem have issue, have run php months without shutting down.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

java - More than one row with the given identifier was found: 1, for class: com.model.Diagnosis -