1
0
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:
Antony Dovgal
2008-03-21 08:28:36 +00:00
parent 8c4653fbb6
commit 28331f99e2

View File

@@ -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);