From: Sascha Schumann Date: Sat, 4 Dec 1999 18:06:15 +0000 (+0000) Subject: Remove code references to serverapi X-Git-Tag: PRE_RETURN_REF_PATCH~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8713ce5d3815e682680e980e017922f44c5eafbd;p=php Remove code references to serverapi --- diff --git a/main/main.c b/main/main.c index e0f399ba2b..24a93f6ff1 100644 --- a/main/main.c +++ b/main/main.c @@ -66,15 +66,6 @@ #include "php_content_types.h" -#if USE_SAPI -#include "serverapi/sapi.h" -void *gLock; -#ifndef THREAD_SAFE -struct sapi_request_info *sapi_rqst; -#endif -#endif - - #include "SAPI.h" #if MSVC5 || !defined(HAVE_GETOPT) diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 078a815de2..3abfd6f7ad 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -69,14 +69,6 @@ #include "zend_indent.h" -#if USE_SAPI -#include "serverapi/sapi.h" -void *gLock; -#ifndef THREAD_SAFE -struct sapi_request_info *sapi_rqst; -#endif -#endif - #if MSVC5 || !defined(HAVE_GETOPT) #include "php_getopt.h" #endif diff --git a/sapi/servlet/servlet.c b/sapi/servlet/servlet.c index e30375ef87..4ee4ed5d9c 100644 --- a/sapi/servlet/servlet.c +++ b/sapi/servlet/servlet.c @@ -67,14 +67,6 @@ #include "zend_highlight.h" #include "zend_indent.h" -#if USE_SAPI -#include "serverapi/sapi.h" -void *gLock; -#ifndef THREAD_SAFE -struct sapi_request_info *sapi_rqst; -#endif -#endif - #if WIN32|WINNT || !defined(HAVE_GETOPT) #include "php_getopt.h" #endif