summaryrefslogtreecommitdiff
path: root/sapi/thttpd
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-02-10 15:55:10 +0000
committerZeev Suraski <zeev@php.net>2000-02-10 15:55:10 +0000
commit404bbe1f265772bf495581d5914f866aaa5f4337 (patch)
treeedb92927088a2962bf6377a14d241dfe3edaadb4 /sapi/thttpd
parent4a824eb8cb7fc1866dd793e8db6806aa860385ee (diff)
downloadphp-git-404bbe1f265772bf495581d5914f866aaa5f4337.tar.gz
Move the logging mechanism to SAPI
Diffstat (limited to 'sapi/thttpd')
-rw-r--r--sapi/thttpd/thttpd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/thttpd/thttpd.c b/sapi/thttpd/thttpd.c
index 81726c2205..3633475129 100644
--- a/sapi/thttpd/thttpd.c
+++ b/sapi/thttpd/thttpd.c
@@ -119,6 +119,7 @@ static sapi_module_struct sapi_module = {
sapi_thttpd_read_cookies,
NULL, /* register server variables */
+ NULL, /* Log message */
STANDARD_SAPI_MODULE_PROPERTIES
};