From: Felipe Pena Date: Thu, 20 Jan 2011 12:32:41 +0000 (+0000) Subject: - Removed accidental changes X-Git-Tag: php-5.4.0alpha1~191^2~331 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96996ec5578e05359e69eead4721f8f6e936ed08;p=php - Removed accidental changes --- diff --git a/main/main.c b/main/main.c index 6162d80c16..ae90898438 100644 --- a/main/main.c +++ b/main/main.c @@ -1823,7 +1823,6 @@ void dummy_invalid_parameter_handler( } } #endif -EXTERN_C IMAGE_DOS_HEADER __ImageBase; /* {{{ php_module_startup */ @@ -1862,8 +1861,6 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod #else php_os=PHP_OS; #endif - GetModuleFileName((HINSTANCE)&__ImageBase, module_path, MAX_PATH); - php_dirname(module_path, strlen(module_path)); #ifdef ZTS tsrm_ls = ts_resource(0);