diff options
Diffstat (limited to 'sapi/isapi/php4isapi.c')
-rw-r--r-- | sapi/isapi/php4isapi.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sapi/isapi/php4isapi.c b/sapi/isapi/php4isapi.c index 9f2d3f296d..6f9db5c454 100644 --- a/sapi/isapi/php4isapi.c +++ b/sapi/isapi/php4isapi.c @@ -603,9 +603,6 @@ static sapi_module_struct isapi_sapi_module = { sapi_isapi_register_server_variables, /* register server variables */ NULL, /* Log message */ - NULL, /* Block interruptions */ - NULL, /* Unblock interruptions */ - STANDARD_SAPI_MODULE_PROPERTIES }; |