From 2809a676b55cebd4c6f8a8895ffe286db0704e87 Mon Sep 17 00:00:00 2001 From: Martin Vobruba Date: Mon, 4 Jul 2016 10:46:44 +0200 Subject: Pass error severity to SAPI modules and raise corresponding error level in Apache --- sapi/phpdbg/phpdbg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/phpdbg/phpdbg.c') diff --git a/sapi/phpdbg/phpdbg.c b/sapi/phpdbg/phpdbg.c index ecd3f3974e..e4fa7a5874 100644 --- a/sapi/phpdbg/phpdbg.c +++ b/sapi/phpdbg/phpdbg.c @@ -795,7 +795,7 @@ static void php_sapi_phpdbg_send_header(sapi_header_struct *sapi_header, void *s } /* }}} */ -static void php_sapi_phpdbg_log_message(char *message) /* {{{ */ +static void php_sapi_phpdbg_log_message(char *message, int syslog_type_int) /* {{{ */ { /* * We must not request TSRM before being booted -- cgit v1.2.1