]> granicus.if.org Git - php/commitdiff
- not desired yt
authorPierre Joye <pajoye@php.net>
Tue, 19 Apr 2011 21:57:01 +0000 (21:57 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 19 Apr 2011 21:57:01 +0000 (21:57 +0000)
main/main.c

index a4987e1e26743e429d485fc141a27e2e85bb3f89..fbe8dbe79047ab430099e8c4278b10a0f7a10f16 100644 (file)
@@ -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