summaryrefslogtreecommitdiff
path: root/main/SAPI.h
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 /main/SAPI.h
parent4a824eb8cb7fc1866dd793e8db6806aa860385ee (diff)
downloadphp-git-404bbe1f265772bf495581d5914f866aaa5f4337.tar.gz
Move the logging mechanism to SAPI
Diffstat (limited to 'main/SAPI.h')
-rw-r--r--main/SAPI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/SAPI.h b/main/SAPI.h
index 7500b3ee20..60fc8efc6d 100644
--- a/main/SAPI.h
+++ b/main/SAPI.h
@@ -148,6 +148,7 @@ struct _sapi_module_struct {
char *(*read_cookies)(SLS_D);
void (*register_server_variables)(zval *track_vars_array ELS_DC SLS_DC PLS_DC);
+ void (*log_message)(char *message);
void (*default_post_reader)(char *content_type_dup SLS_DC);
};