diff options
Diffstat (limited to 'ext/standard/exec.h')
-rw-r--r-- | ext/standard/exec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/exec.h b/ext/standard/exec.h index 79b0574e28..a14efe3601 100644 --- a/ext/standard/exec.h +++ b/ext/standard/exec.h @@ -36,6 +36,6 @@ PHP_MINIT_FUNCTION(proc_open); PHPAPI zend_string *php_escape_shell_cmd(char *); PHPAPI zend_string *php_escape_shell_arg(char *); -PHPAPI int php_exec(int type, char *cmd, zval *array, zval *return_value TSRMLS_DC); +PHPAPI int php_exec(int type, char *cmd, zval *array, zval *return_value); #endif /* EXEC_H */ |