]> granicus.if.org Git - php/commitdiff
- should not have been applied
authorPierre Joye <pajoye@php.net>
Thu, 20 Jan 2011 12:23:30 +0000 (12:23 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 20 Jan 2011 12:23:30 +0000 (12:23 +0000)
main/main.c

index 75daefc6ae9091f14b3b36818bb2e66f34bf9790..6162d80c1681bb2d5cc553b90a28e32460744396 100644 (file)
@@ -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