From: Harald Radi Date: Tue, 28 Jan 2003 23:46:13 +0000 (+0000) Subject: moved to php4/main X-Git-Tag: php-4.3.2RC1~383 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd731f1ed3e55667b124d679f5a9503fa16f567b;p=php moved to php4/main --- 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; }