]> granicus.if.org Git - php/commit
Fix #63527: DCOM does not work with Username, Password parameter
authorChristoph M. Becker <cmbecker69@gmx.de>
Fri, 10 Jul 2020 13:43:32 +0000 (15:43 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 20 Jul 2020 12:43:29 +0000 (14:43 +0200)
commitb2e3fd1e691b1dc82aaaf4150461db97bd5acf4a
tree2cff4bac39b27bd90dce23db6752ca13663a7d6d
parent2c57378bd3725b82ac1217b636e21e3006b5ca03
Fix #63527: DCOM does not work with Username, Password parameter

We must not mix multibyte and wide character strings in the
`COAUTHIDENTITY` structure.  Using wide character strings throughout
would have the advantage that the remote connection can be established
regardless of the code page of the server, but that would more likely
break BC, so we just drop the wide character string conversion of the
username.
NEWS
ext/com_dotnet/com_com.c