From: Pierre Joye Date: Fri, 4 Sep 2009 06:59:08 +0000 (+0000) Subject: - be sure that we use the user token by default (Christian Wenz) X-Git-Tag: php-5.4.0alpha1~191^2~2699 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a96e9f3b9405d8d97177133acb12bd455731c50c;p=php - be sure that we use the user token by default (Christian Wenz) --- diff --git a/TSRM/tsrm_win32.c b/TSRM/tsrm_win32.c index d8d4214b91..4683053e43 100644 --- a/TSRM/tsrm_win32.c +++ b/TSRM/tsrm_win32.c @@ -319,7 +319,7 @@ TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *ptype = (char *)type; HANDLE thread_token = NULL; HANDLE token_user = NULL; - BOOL asuser = FALSE; + BOOL asuser = TRUE; TSRMLS_FETCH();