From 5c38e6cc401ec91cac183dfa485a7391339df101 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 20 Jan 2011 12:23:30 +0000 Subject: [PATCH] - should not have been applied --- main/main.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 -- 2.50.1