]> granicus.if.org Git - php/commit
Fixed bug #77111 php-win.exe corrupts unicode symbols from cli parameters
authorAnatol Belski <ab@php.net>
Fri, 16 Nov 2018 22:19:33 +0000 (23:19 +0100)
committerAnatol Belski <ab@php.net>
Fri, 16 Nov 2018 22:19:33 +0000 (23:19 +0100)
commita7e9790969952c0574d8708277abfd25d12f58e5
tree076af5ec7afbcdfb6f93d4ca6d9511a1a9c12931
parent211c6189f6921c17ec55a3b422ab5fa4bdd5e88f
Fixed bug #77111 php-win.exe corrupts unicode symbols from cli parameters

The binary can be of course used on console, for whatever reasons, so
UNICODE API should be used in that case. That might however not work as
expected, if the binary is used for a service.
sapi/cli/config.w32
sapi/cli/php_cli.c
sapi/cli/tests/argv_mb_bug77111.phpt [new file with mode: 0644]