mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Pass error severity to SAPI modules and raise corresponding error level in Apache
This commit is contained in:
parent
2e3903b2d6
commit
2809a676b5
11 changed files with 42 additions and 14 deletions
|
@ -241,7 +241,7 @@ struct _sapi_module_struct {
|
|||
char *(*read_cookies)(void);
|
||||
|
||||
void (*register_server_variables)(zval *track_vars_array);
|
||||
void (*log_message)(char *message);
|
||||
void (*log_message)(char *message, int syslog_type_int);
|
||||
double (*get_request_time)(void);
|
||||
void (*terminate_process)(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue