]> granicus.if.org Git - php/commitdiff
fix ZTS build
authorAntony Dovgal <tony2001@php.net>
Fri, 21 Mar 2008 08:28:36 +0000 (08:28 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 21 Mar 2008 08:28:36 +0000 (08:28 +0000)
ext/standard/exec.c

index a26305895107ae9ae42da75f31e507b66e87ae60..2c38a1a34aee9adc363f1b291adbd93dd46d7b46 100644 (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);