From bd731f1ed3e55667b124d679f5a9503fa16f567b Mon Sep 17 00:00:00 2001 From: Harald Radi Date: Tue, 28 Jan 2003 23:46:13 +0000 Subject: [PATCH] moved to php4/main --- ext/standard/basic_functions.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 657bde4812..a6d0040b36 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -1098,10 +1098,6 @@ PHP_MSHUTDOWN_FUNCTION(basic) PHP_RINIT_FUNCTION(basic) { -#ifdef PHP_WIN32 - CoInitialize(NULL); -#endif - memset(BG(strtok_table), 0, 256); BG(strtok_string) = NULL; BG(strtok_zval) = NULL; @@ -1184,10 +1180,6 @@ PHP_RSHUTDOWN_FUNCTION(basic) } #endif -#ifdef PHP_WIN32 - CoUninitialize(); -#endif - return SUCCESS; } -- 2.50.1