summaryrefslogtreecommitdiff
path: root/sapi/embed/php_embed.c
diff options
context:
space:
mode:
authorMartin Vobruba <vobruba.martin@gmail.com>2016-07-04 10:46:44 +0200
committerAnatol Belski <ab@php.net>2016-07-11 09:34:48 +0200
commit2809a676b55cebd4c6f8a8895ffe286db0704e87 (patch)
tree82234099f4941228c5c0539b06107e8cdddc05f8 /sapi/embed/php_embed.c
parent2e3903b2d62976087b3ce74275372052a9922a36 (diff)
downloadphp-git-2809a676b55cebd4c6f8a8895ffe286db0704e87.tar.gz
Pass error severity to SAPI modules and raise corresponding error level in Apache
Diffstat (limited to 'sapi/embed/php_embed.c')
-rw-r--r--sapi/embed/php_embed.c2
1 files changed, 1 insertions, 1 deletions
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);
}