diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2008-03-18 22:23:21 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2008-03-18 22:23:21 +0000 |
commit | 45e327a672746e4fb5fe57fa10ff758d1143ad0a (patch) | |
tree | add6a01ab2f94ec8628300458bdaf170446a0453 /sapi/embed | |
parent | 6c158374ba57792b0e283053e0a22944a42ef25b (diff) | |
download | php-git-45e327a672746e4fb5fe57fa10ff758d1143ad0a.tar.gz |
Add new empty child terminate sapi hook to the rest of the sapis
Diffstat (limited to 'sapi/embed')
-rw-r--r-- | sapi/embed/php_embed.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/embed/php_embed.c b/sapi/embed/php_embed.c index da7cc8bbf4..5b0c63c1e3 100644 --- a/sapi/embed/php_embed.c +++ b/sapi/embed/php_embed.c @@ -134,6 +134,7 @@ sapi_module_struct php_embed_module = { php_embed_register_variables, /* register server variables */ php_embed_log_message, /* Log message */ NULL, /* Get request time */ + NULL, /* Child terminate */ STANDARD_SAPI_MODULE_PROPERTIES }; |