From: Felipe Pena Date: Thu, 16 Jun 2011 01:41:34 +0000 (+0000) Subject: - Removed win debug stuff X-Git-Tag: php-5.5.0alpha1~1933 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6940a320aff3832585666c1ff2bd8b5b38ad71a0;p=php - Removed win debug stuff --- 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