From 6940a320aff3832585666c1ff2bd8b5b38ad71a0 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Thu, 16 Jun 2011 01:41:34 +0000 Subject: [PATCH] - Removed win debug stuff --- main/main.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/main/main.c b/main/main.c index f6f6c2f636..9d8167681d 100644 --- a/main/main.c +++ b/main/main.c @@ -1885,13 +1885,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.50.1