diff options
| author | foobar <sniper@php.net> | 2002-11-26 05:57:06 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2002-11-26 05:57:06 +0000 |
| commit | dd53efc196a3ac8ab20fd0592b7fc2ca6b33006c (patch) | |
| tree | f93a88552722b2224e6b32c109037c32153e9af3 /sapi/pi3web | |
| parent | 95b4045f48c0db9844f954c31df41e000f270808 (diff) | |
| download | php-git-dd53efc196a3ac8ab20fd0592b7fc2ca6b33006c.tar.gz | |
- Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.
Diffstat (limited to 'sapi/pi3web')
| -rw-r--r-- | sapi/pi3web/pi3web_sapi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sapi/pi3web/pi3web_sapi.c b/sapi/pi3web/pi3web_sapi.c index e4b782f4f1..8c17c7d0c7 100644 --- a/sapi/pi3web/pi3web_sapi.c +++ b/sapi/pi3web/pi3web_sapi.c @@ -378,8 +378,6 @@ static sapi_module_struct pi3web_sapi_module = { sapi_pi3web_read_cookies, /* read Cookies */ sapi_pi3web_register_variables, /* register server variables */ NULL, /* Log message */ - NULL, /* Block interruptions */ - NULL, /* Unblock interruptions */ STANDARD_SAPI_MODULE_PROPERTIES }; |
