summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rw-r--r--main.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/main.h b/main.h
index d19d0208cc..0c1f90a1ba 100644
--- a/main.h
+++ b/main.h
@@ -38,15 +38,6 @@
#include "zend_globals.h"
#include "php_globals.h"
-#define INIT_ENVIRONMENT 0x80
-#define INIT_REQUEST_INFO 0x400
-#define INIT_FUNCTIONS 0x800
-#define INIT_SCANNER 0x1000
-#define INIT_CONFIG 0x10000
-#define INIT_VARIABLE_UNASSIGN_STACK 0x20000
-#define INIT_WINSOCK 0x100000
-#define INIT_CLASS_TABLE 0x400000
-
int php3_request_startup(CLS_D ELS_DC PLS_DC);
extern void php3_request_shutdown(void *dummy INLINE_TLS);
extern void php3_request_shutdown_for_exec(void *dummy);
@@ -54,10 +45,6 @@ extern int php3_module_startup();
extern void php3_module_shutdown();
extern void php3_module_shutdown_for_exec(void);
-#ifndef THREAD_SAFE
-extern int initialized;
-#endif
-
extern void php3_call_shutdown_functions(void);