mirror of
https://github.com/php/php-src.git
synced 2026-03-28 18:22:42 +01:00
fix ZTS build
This commit is contained in:
@@ -341,6 +341,7 @@ char *php_escape_shell_cmd(char *str) {
|
||||
char *php_escape_shell_arg(char *str) {
|
||||
int x, y, l;
|
||||
char *cmd;
|
||||
TSRMLS_FETCH();
|
||||
|
||||
y = 0;
|
||||
l = strlen(str);
|
||||
|
||||
Reference in New Issue
Block a user