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/apache_hooks/mod_php4.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sapi/apache_hooks') diff --git a/sapi/apache_hooks/mod_php4.c b/sapi/apache_hooks/mod_php4.c index 0883837367..aea466374c 100644 --- a/sapi/apache_hooks/mod_php4.c +++ b/sapi/apache_hooks/mod_php4.c @@ -540,7 +540,12 @@ static sapi_module_struct apache_sapi_module = { unblock_alarms, /* Unblock interruptions */ #endif - STANDARD_SAPI_MODULE_PROPERTIES + NULL, /* default post reader */ + NULL, /* treat data */ + NULL, /* exe location */ + 0, /* ini ignore */ + NULL + }; /* }}} */ -- cgit v1.2.1