tony2001 Fri Mar 21 08:28:36 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard exec.c Log: fix ZTS build http://cvs.php.net/viewvc.cgi/php-src/ext/standard/exec.c?r1=1.113.2.3.2.7&r2=1.113.2.3.2.8&diff_format=u Index: php-src/ext/standard/exec.c diff -u php-src/ext/standard/exec.c:1.113.2.3.2.7 php-src/ext/standard/exec.c:1.113.2.3.2.8 --- php-src/ext/standard/exec.c:1.113.2.3.2.7 Thu Mar 20 23:25:42 2008 +++ php-src/ext/standard/exec.c Fri Mar 21 08:28:36 2008 @@ -16,7 +16,7 @@ | Ilia Alshanetsky <[EMAIL PROTECTED]> | +----------------------------------------------------------------------+ */ -/* $Id: exec.c,v 1.113.2.3.2.7 2008/03/20 23:25:42 iliaa Exp $ */ +/* $Id: exec.c,v 1.113.2.3.2.8 2008/03/21 08:28:36 tony2001 Exp $ */ #include <stdio.h> #include "php.h" @@ -341,6 +341,7 @@ char *php_escape_shell_arg(char *str) { int x, y, l; char *cmd; + TSRMLS_FETCH(); y = 0; l = strlen(str);
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php