mirror of
https://github.com/php/php-src.git
synced 2025-01-09 04:24:06 +08:00
Fix windows build error.
This commit is contained in:
parent
0d30c88ded
commit
8d3bfaa01f
@ -302,7 +302,7 @@ PHPAPI char *php_escape_shell_cmd(char *str)
|
||||
#else
|
||||
/* This is Windows specific for enviromental variables */
|
||||
case '%':
|
||||
cmd[y++] = '';
|
||||
cmd[y++] = ' ';
|
||||
break;
|
||||
#endif
|
||||
case '#': /* This is character-set independent */
|
||||
|
Loading…
Reference in New Issue
Block a user