PHP exec() as Background Process (Windows Wampserver Environment)

后端 未结 6 1058
-上瘾入骨i
-上瘾入骨i 2020-11-27 13:07

I\'m trying to setup a php trigger file that will set off a background process. (see this question)

I\'m doing this on a Windows Wampserver environment.

So f

6条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-27 13:43

    It may well be that when using the exec() in a windows environment that redirection is to NUL:. /dev/null is a *nix null file.

提交回复
热议问题