summaryrefslogtreecommitdiff
path: root/sapi/tux/php_tux.c
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2008-03-19 16:37:49 +0000
committerRasmus Lerdorf <rasmus@php.net>2008-03-19 16:37:49 +0000
commitb911467d1d8375b86d355906f4b4021813ebca6d (patch)
treefca0948463064b70b94c72a38acda789d77c3123 /sapi/tux/php_tux.c
parentc604a1933c06e017e0e8c0147aea00e5507e0829 (diff)
downloadphp-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.c1
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
};