summaryrefslogtreecommitdiff
path: root/ext/standard
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-03-21 08:28:36 +0000
committerAntony Dovgal <tony2001@php.net>2008-03-21 08:28:36 +0000
commit28331f99e25894032f7056fb3d044fc45b63308b (patch)
tree4fdcd571093b26a87f25eced74fba460c7210d48 /ext/standard
parent8c4653fbb6ac3eb5ad6097a181e8308f2caa26f9 (diff)
downloadphp-git-28331f99e25894032f7056fb3d044fc45b63308b.tar.gz
fix ZTS build
Diffstat (limited to 'ext/standard')
-rw-r--r--ext/standard/exec.c1
1 files changed, 1 insertions, 0 deletions
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);