OK, PHP scripts terminate when they recieve the Hangup signal (SIGHUP) which gets sent to all programs when the user logs off rite?
I'm making an IRC bot in PHP (running from a linux shell) and I want it to stay runnign when the user logs off.... So how do I do this if php terminates when I log off? (apart from possibly using it in a shell script calling the trap command - which I am unsure how to use)
See http://gurubot.sf.net for development info, or if you are interested in helping development
This is an open Source Project