diff options
Diffstat (limited to 'mod_php4.c')
-rw-r--r-- | mod_php4.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mod_php4.c b/mod_php4.c index 77fff0e5d4..1d78fa0e58 100644 --- a/mod_php4.c +++ b/mod_php4.c @@ -193,7 +193,9 @@ sapi_module_struct sapi_module = { NULL, /* send header handler */ sapi_apache_read_post, /* read POST data */ - sapi_apache_read_cookies /* read Cookies */ + sapi_apache_read_cookies, /* read Cookies */ + + STANDARD_SAPI_MODULE_PROPERTIES }; |