diff options
author | Zeev Suraski <zeev@php.net> | 2000-02-10 18:44:33 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-02-10 18:44:33 +0000 |
commit | 5bdd18caf124d2b300b6ab19be8ca1400ce49916 (patch) | |
tree | 3d1a8b247e0d88d006aa1eb07b2a1fa5c3e04f4c /sapi/phttpd | |
parent | 41f6bca92fc480df09ba0cc748342a03cbf539b3 (diff) | |
download | php-git-5bdd18caf124d2b300b6ab19be8ca1400ce49916.tar.gz |
Yes, you guessed it... More cleanup
Diffstat (limited to 'sapi/phttpd')
-rw-r--r-- | sapi/phttpd/phttpd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sapi/phttpd/phttpd.c b/sapi/phttpd/phttpd.c index 194cf9ebf5..f22d11fb61 100644 --- a/sapi/phttpd/phttpd.c +++ b/sapi/phttpd/phttpd.c @@ -187,6 +187,9 @@ static sapi_module_struct sapi_module = { NULL, /* register server variables */ NULL, /* Log message */ + NULL, /* Block interruptions */ + NULL, /* Unblock interruptions */ + STANDARD_SAPI_MODULE_PROPERTIES }; |