diff options
-rw-r--r-- | sapi/thttpd/thttpd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/thttpd/thttpd.c b/sapi/thttpd/thttpd.c index 96ba377aec..f332db3bae 100644 --- a/sapi/thttpd/thttpd.c +++ b/sapi/thttpd/thttpd.c @@ -414,6 +414,7 @@ static sapi_module_struct thttpd_sapi_module = { sapi_thttpd_register_variables, NULL, /* Log message */ + NULL, /* php.ini path override */ NULL, /* Block interruptions */ NULL, /* Unblock interruptions */ |