phanto Tue Jan 28 19:49:09 2003 EDT Modified files: /php4/ext/standard basic_functions.c Log: MFPHP_4_3 Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.567 php4/ext/standard/basic_functions.c:1.568 --- php4/ext/standard/basic_functions.c:1.567 Tue Jan 28 19:07:01 2003 +++ php4/ext/standard/basic_functions.c Tue Jan 28 19:49:09 2003 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: basic_functions.c,v 1.567 2003/01/29 00:07:01 iliaa Exp $ */ +/* $Id: basic_functions.c,v 1.568 2003/01/29 00:49:09 phanto Exp $ */ #include "php.h" #include "php_streams.h" @@ -1133,10 +1133,6 @@ PHP_RINIT_FUNCTION(basic) { -#ifdef PHP_WIN32 - CoInitialize(NULL); -#endif - memset(BG(strtok_table), 0, 256); BG(strtok_string) = NULL; BG(strtok_zval) = NULL; @@ -1227,10 +1223,6 @@ if (BG(mmap_file)) { munmap(BG(mmap_file), BG(mmap_len)); } -#endif - -#ifdef PHP_WIN32 - CoUninitialize(); #endif return SUCCESS;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php