summaryrefslogtreecommitdiff
path: root/sapi/apache_hooks
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-11-26 05:57:06 +0000
committerfoobar <sniper@php.net>2002-11-26 05:57:06 +0000
commitdd53efc196a3ac8ab20fd0592b7fc2ca6b33006c (patch)
treef93a88552722b2224e6b32c109037c32153e9af3 /sapi/apache_hooks
parent95b4045f48c0db9844f954c31df41e000f270808 (diff)
downloadphp-git-dd53efc196a3ac8ab20fd0592b7fc2ca6b33006c.tar.gz
- Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.
Diffstat (limited to 'sapi/apache_hooks')
-rw-r--r--sapi/apache_hooks/mod_php4.c7
1 files changed, 6 insertions, 1 deletions
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
+
};
/* }}} */