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 -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -