From: Anatol Belski Date: Mon, 31 Aug 2015 20:22:46 +0000 (+0200) Subject: cleanup an atavism X-Git-Tag: php-7.0.0RC2~2^2~14^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59d3529f29790e9e9aed50d4135e96c5bda2f094;p=php cleanup an atavism no DOS support here ) --- diff --git a/TSRM/tsrm_win32.c b/TSRM/tsrm_win32.c index e596741680..7bafd2b7b1 100644 --- a/TSRM/tsrm_win32.c +++ b/TSRM/tsrm_win32.c @@ -49,7 +49,7 @@ TSRMLS_CACHE_UPDATE(); globals->shm = NULL; globals->process_size = 0; globals->shm_size = 0; - globals->comspec = _strdup((GetVersion()<0x80000000)?"cmd.exe":"command.com"); + globals->comspec = _strdup("cmd.exe"); /* Set it to INVALID_HANDLE_VALUE * It will be initialized correctly in tsrm_win32_access or set to