]> granicus.if.org Git - php/commitdiff
Neither the CGI nor the Servlet SAPI module call syslog, so remove
authorSascha Schumann <sas@php.net>
Sat, 24 Feb 2001 21:05:02 +0000 (21:05 +0000)
committerSascha Schumann <sas@php.net>
Sat, 24 Feb 2001 21:05:02 +0000 (21:05 +0000)
references to the syslog include files.

sapi/cgi/cgi_main.c
sapi/servlet/servlet.c

index f215bd9a146e6b280ca4a0d459c3df2b5a220edd..3df62c1b4c22ee09dca500657c576b4b11d25c86 100644 (file)
 #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
index cd434be69ee1bfbcb73feb3c31f88b5b5b8f9be6..fe21fd5b03eceb35057f6981423be5b063c92c49 100644 (file)
 #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"