From dd53efc196a3ac8ab20fd0592b7fc2ca6b33006c Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 26 Nov 2002 05:57:06 +0000 Subject: - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is. --- sapi/cli/php_cli.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sapi/cli/php_cli.c') diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 177a532365..3232931858 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -277,9 +277,6 @@ static sapi_module_struct cli_sapi_module = { sapi_cli_register_variables, /* register server variables */ sapi_cli_log_message, /* Log message */ - NULL, /* Block interruptions */ - NULL, /* Unblock interruptions */ - STANDARD_SAPI_MODULE_PROPERTIES }; /* }}} */ -- cgit v1.2.1