From: Pierre Joye Date: Thu, 20 Jan 2011 12:23:30 +0000 (+0000) Subject: - should not have been applied X-Git-Tag: php-5.4.0alpha1~191^2~332 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c38e6cc401ec91cac183dfa485a7391339df101;p=php - should not have been applied --- diff --git a/main/main.c b/main/main.c index 75daefc6ae..6162d80c16 100644 --- a/main/main.c +++ b/main/main.c @@ -1864,13 +1864,7 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod #endif GetModuleFileName((HINSTANCE)&__ImageBase, module_path, MAX_PATH); php_dirname(module_path, strlen(module_path)); - { - char dll_dir[MAX_PATH]; - sprintf(dll_dir, "%s\\%s", module_path, "..\\..\\deps\\bin"); - SetDllDirectory(dll_dir); - } -// GetModuleFileName (NULL, module_path, MAX_PATH); -//__debugbreak(); + #ifdef ZTS tsrm_ls = ts_resource(0); #endif