]> granicus.if.org Git - php/commit
Fix bug when command is quoted and parameters are quoted during call to exec, the...
authorScott MacVicar <scottmac@php.net>
Thu, 29 May 2008 11:30:10 +0000 (11:30 +0000)
committerScott MacVicar <scottmac@php.net>
Thu, 29 May 2008 11:30:10 +0000 (11:30 +0000)
commit747dce90bc8da39e59d8b48e5913c04a4bdcd710
tree2e0034ec91a9f8253f4ebb6300acbf69de983267
parent7d2324f7abe4af0e2af89bc4e12ffabdec322a3c
Fix bug when command is quoted and parameters are quoted during call to exec, the result is that cmd.exe /c strips the first and last quote.
TSRM/tsrm_win32.c