From 28331f99e25894032f7056fb3d044fc45b63308b Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 21 Mar 2008 08:28:36 +0000 Subject: [PATCH] fix ZTS build --- ext/standard/exec.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.50.1