mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Move the logging mechanism to SAPI
This commit is contained in:
parent
4a824eb8cb
commit
404bbe1f26
10 changed files with 50 additions and 34 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue