diff options
author | Sascha Schumann <sas@php.net> | 2002-11-29 11:34:08 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-11-29 11:34:08 +0000 |
commit | 95fead0b9ff59abb8e1ddc177f8b08d47d1c3d76 (patch) | |
tree | 55d1b6b997ade9896346a55e1a99016575c9d776 /sapi | |
parent | a2ccb29a979081765ddd494c7e67ce12fd175c1b (diff) | |
download | php-git-95fead0b9ff59abb8e1ddc177f8b08d47d1c3d76.tar.gz |
add missing line
Diffstat (limited to 'sapi')
-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 */ |