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/embed/php_embed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/embed/php_embed.c') diff --git a/sapi/embed/php_embed.c b/sapi/embed/php_embed.c index 7cc4e6a126..2cda257ce8 100644 --- a/sapi/embed/php_embed.c +++ b/sapi/embed/php_embed.c @@ -94,7 +94,7 @@ static void php_embed_send_header(sapi_header_struct *sapi_header, void *server_ { } -static void php_embed_log_message(char *message) +static void php_embed_log_message(char *message, int syslog_type_int) { fprintf (stderr, "%s\n", message); } -- cgit v1.2.1