diff options
Diffstat (limited to 'sapi/activescript/php4activescript.c')
-rw-r--r-- | sapi/activescript/php4activescript.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sapi/activescript/php4activescript.c b/sapi/activescript/php4activescript.c index a85cd625b9..937388caa9 100644 --- a/sapi/activescript/php4activescript.c +++ b/sapi/activescript/php4activescript.c @@ -118,9 +118,6 @@ sapi_module_struct activescript_sapi_module = { sapi_activescript_register_server_variables, /* register server variables */ NULL, /* Log message */ - NULL, /* Block interruptions */ - NULL, /* Unblock interruptions */ - STANDARD_SAPI_MODULE_PROPERTIES }; |