Hi
I've got a little PHP script running in
background on my server... looks like this:
#! /usr/local/bin/php
<?php
... bla bla bla ...
?>
and I want to catch the kernel signal SIGTERM
to do some little work before exiting!
But how do I do this?
Thanks
Gry