From: Antony Dovgal Date: Fri, 21 Mar 2008 08:28:36 +0000 (+0000) Subject: fix ZTS build X-Git-Tag: php-5.2.6RC3~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28331f99e25894032f7056fb3d044fc45b63308b;p=php fix ZTS build --- diff --git a/ext/standard/exec.c b/ext/standard/exec.c index a263058951..2c38a1a34a 100644 --- a/ext/standard/exec.c +++ b/ext/standard/exec.c @@ -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);