summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/main.c b/main/main.c
index c2c5a49647..13efae6296 100644
--- a/main/main.c
+++ b/main/main.c
@@ -333,12 +333,14 @@ void php3_log_err(char *log_message)
}
#endif /*APACHE */
+#if 0
#if CGI_BINARY
if (php3_header()) {
fprintf(stderr, log_message);
fprintf(stderr, "\n");
}
#endif
+#endif
}