summaryrefslogtreecommitdiff
path: root/sapi/tux/php_tux.c
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2008-03-18 22:23:21 +0000
committerRasmus Lerdorf <rasmus@php.net>2008-03-18 22:23:21 +0000
commit45e327a672746e4fb5fe57fa10ff758d1143ad0a (patch)
treeadd6a01ab2f94ec8628300458bdaf170446a0453 /sapi/tux/php_tux.c
parent6c158374ba57792b0e283053e0a22944a42ef25b (diff)
downloadphp-git-45e327a672746e4fb5fe57fa10ff758d1143ad0a.tar.gz
Add new empty child terminate sapi hook to the rest of the sapis
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 65a7cde054..a57b2cf2a2 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
};