]> granicus.if.org Git - php/commitdiff
Remove code references to serverapi
authorSascha Schumann <sas@php.net>
Sat, 4 Dec 1999 18:06:15 +0000 (18:06 +0000)
committerSascha Schumann <sas@php.net>
Sat, 4 Dec 1999 18:06:15 +0000 (18:06 +0000)
main/main.c
sapi/cgi/cgi_main.c
sapi/servlet/servlet.c

index e0f399ba2b038704765ac41d87fcec3388f09b1e..24a93f6ff19ca6bd75804634ed9636ab3d946a29 100644 (file)
 
 #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)
index 078a815de204f5cbd4c40a3c8c81f975a8668abd..3abfd6f7ad5aaf2311b8a4d8cce662a0a8a392ed 100644 (file)
 #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
index e30375ef87053aa59962b5105e251c730a84a559..4ee4ed5d9ce03f36fa1b6e982b4780065b08ad46 100644 (file)
 #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