summaryrefslogtreecommitdiff
path: root/sapi/thttpd
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/thttpd
parent6c158374ba57792b0e283053e0a22944a42ef25b (diff)
downloadphp-git-45e327a672746e4fb5fe57fa10ff758d1143ad0a.tar.gz
Add new empty child terminate sapi hook to the rest of the sapis
Diffstat (limited to 'sapi/thttpd')
-rw-r--r--sapi/thttpd/thttpd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/thttpd/thttpd.c b/sapi/thttpd/thttpd.c
index faa8f4f43f..32f81ab522 100644
--- a/sapi/thttpd/thttpd.c
+++ b/sapi/thttpd/thttpd.c
@@ -394,6 +394,7 @@ static sapi_module_struct thttpd_sapi_module = {
sapi_thttpd_register_variables,
NULL, /* Log message */
NULL, /* Get request time */
+ NULL, /* Child terminate */
NULL, /* php.ini path override */
NULL, /* Block interruptions */