From 11941b3fd2cc7377a1715ba77ea48ec55facb764 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Tue, 19 Apr 2011 21:57:01 +0000 Subject: [PATCH] - not desired yt --- main/main.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/main/main.c b/main/main.c index a4987e1e26..fbe8dbe790 100644 --- a/main/main.c +++ b/main/main.c @@ -1863,13 +1863,7 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod #else php_os=PHP_OS; #endif - { - 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.40.0