Move the logging mechanism to SAPI

This commit is contained in:
Zeev Suraski 2000-02-10 15:55:10 +00:00
parent 4a824eb8cb
commit 404bbe1f26
10 changed files with 50 additions and 34 deletions

View file

@ -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);
};