summaryrefslogtreecommitdiff
path: root/sapi/apache/mod_php4.c
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-09-30 16:13:48 +0000
committerAndi Gutmans <andi@php.net>2000-09-30 16:13:48 +0000
commit2622eba31d501ac14336515fd5c9d209890e61f0 (patch)
treed11edead4e22cb6365f99cabe371ea16a134ac7a /sapi/apache/mod_php4.c
parent499507ca0e7a77e535bce2fa118dfef70b262862 (diff)
downloadphp-git-2622eba31d501ac14336515fd5c9d209890e61f0.tar.gz
- Cleanup some output functions
Diffstat (limited to 'sapi/apache/mod_php4.c')
-rw-r--r--sapi/apache/mod_php4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c
index ae7654f144..a0e6610466 100644
--- a/sapi/apache/mod_php4.c
+++ b/sapi/apache/mod_php4.c
@@ -278,7 +278,7 @@ static void php_apache_log_message(char *message)
log_error(message, ((request_rec *) SG(server_context))->server);
#endif
} else {
- fprintf(stderr, message);
+ fprintf(stderr, "%s", message);
fprintf(stderr, "\n");
}
}