]> granicus.if.org Git - php/commit
MFH: Fix bug when command is quoted and parameters are quoted during call to exec...
authorScott MacVicar <scottmac@php.net>
Thu, 29 May 2008 11:31:02 +0000 (11:31 +0000)
committerScott MacVicar <scottmac@php.net>
Thu, 29 May 2008 11:31:02 +0000 (11:31 +0000)
commit19322fc782af429938da8d3b421c0807cf1b848a
tree5d7166f79fd3bd87b5a43ee9b398e300635a66e2
parentfc6fa44097c45a9476bb5d2087a169044f89db49
MFH: 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