diff options
author | Zeev Suraski <zeev@php.net> | 2000-02-10 15:55:10 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-02-10 15:55:10 +0000 |
commit | 404bbe1f265772bf495581d5914f866aaa5f4337 (patch) | |
tree | edb92927088a2962bf6377a14d241dfe3edaadb4 /main/SAPI.h | |
parent | 4a824eb8cb7fc1866dd793e8db6806aa860385ee (diff) | |
download | php-git-404bbe1f265772bf495581d5914f866aaa5f4337.tar.gz |
Move the logging mechanism to SAPI
Diffstat (limited to 'main/SAPI.h')
-rw-r--r-- | main/SAPI.h | 1 |
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); }; |