diff options
author | Sascha Schumann <sas@php.net> | 2000-12-13 13:19:56 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-12-13 13:19:56 +0000 |
commit | 276cb7cdb198e92bb995e3b5c204fa24c536e5c9 (patch) | |
tree | 15718aa799e80279ec8f7d8df2115f7a9666ee01 /sapi/apache/mod_php4.h | |
parent | 08d104e04041685502301b24b80afe82674e8c02 (diff) | |
download | php-git-276cb7cdb198e92bb995e3b5c204fa24c536e5c9.tar.gz |
Add apache_child_terminate() and INI setting apache.child_terminate
which defaults to 0.
Submitted by: Sam Liddicott <sam.liddicott@ananova.com>
Diffstat (limited to 'sapi/apache/mod_php4.h')
-rw-r--r-- | sapi/apache/mod_php4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/apache/mod_php4.h b/sapi/apache/mod_php4.h index 461805550c..ed9cdb776b 100644 --- a/sapi/apache/mod_php4.h +++ b/sapi/apache/mod_php4.h @@ -30,6 +30,7 @@ typedef struct { long engine; long last_modified; long xbithack; + long terminate_child; } php_apache_info_struct; extern zend_module_entry apache_module_entry; |