summaryrefslogtreecommitdiff
path: root/sapi/apache_hooks/mod_php5.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/apache_hooks/mod_php5.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/apache_hooks/mod_php5.c')
-rw-r--r--sapi/apache_hooks/mod_php5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/apache_hooks/mod_php5.c b/sapi/apache_hooks/mod_php5.c
index 91de95929c..83cca78b80 100644
--- a/sapi/apache_hooks/mod_php5.c
+++ b/sapi/apache_hooks/mod_php5.c
@@ -524,6 +524,7 @@ static sapi_module_struct apache_sapi_module = {
sapi_apache_register_server_variables, /* register server variables */
php_apache_log_message, /* Log message */
NULL, /* Get request time */
+ NULL, /* child terminate */
NULL, /* php.ini path override */