summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-02-24 21:05:02 +0000
committerSascha Schumann <sas@php.net>2001-02-24 21:05:02 +0000
commit280e10aac77f39eaacce4070e24b8fbe991d6bab (patch)
tree203c08edc966d421bbe0c0f433d2ae82960bf17a
parentd516726329cdb423e8c1b5d778c5ef2d8dd6d423 (diff)
downloadphp-git-280e10aac77f39eaacce4070e24b8fbe991d6bab.tar.gz
Neither the CGI nor the Servlet SAPI module call syslog, so remove
references to the syslog include files.
-rw-r--r--sapi/cgi/cgi_main.c3
-rw-r--r--sapi/servlet/servlet.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c
index f215bd9a14..3df62c1b4c 100644
--- a/sapi/cgi/cgi_main.c
+++ b/sapi/cgi/cgi_main.c
@@ -57,10 +57,7 @@
#ifdef PHP_WIN32
#include <io.h>
#include <fcntl.h>
-#include "win32/syslog.h"
#include "win32/php_registry.h"
-#else
-#include <syslog.h>
#endif
#if HAVE_SIGNAL_H
diff --git a/sapi/servlet/servlet.c b/sapi/servlet/servlet.c
index cd434be69e..fe21fd5b03 100644
--- a/sapi/servlet/servlet.c
+++ b/sapi/servlet/servlet.c
@@ -54,10 +54,7 @@
#ifdef PHP_WIN32
#include <io.h>
#include <fcntl.h>
-#include "win32/syslog.h"
#include "win32/php_registry.h"
-#else
-#include <syslog.h>
#endif
#include "zend_compile.h"