diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2008-03-19 16:37:49 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2008-03-19 16:37:49 +0000 |
commit | b911467d1d8375b86d355906f4b4021813ebca6d (patch) | |
tree | fca0948463064b70b94c72a38acda789d77c3123 /sapi/tux/php_tux.c | |
parent | c604a1933c06e017e0e8c0147aea00e5507e0829 (diff) | |
download | php-git-b911467d1d8375b86d355906f4b4021813ebca6d.tar.gz |
MFB
Here are the signal changes from the 5.3 branch that optimizes signal
handler registration and switches from longjmp to siglongjmp in order
to make signal mask handling consistent across different UNIX operating
systems.
Diffstat (limited to 'sapi/tux/php_tux.c')
-rw-r--r-- | sapi/tux/php_tux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/tux/php_tux.c b/sapi/tux/php_tux.c index 7d24367da6..68f0ce5d68 100644 --- a/sapi/tux/php_tux.c +++ b/sapi/tux/php_tux.c @@ -288,6 +288,7 @@ static sapi_module_struct tux_sapi_module = { sapi_tux_register_variables, NULL, /* Log message */ NULL, /* Get request time */ + NULL, /* Child terminate */ STANDARD_SAPI_MODULE_PROPERTIES }; |