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 d8c4b198c5..9e1f05b9b3 100644 --- a/ext/standard/exec.h +++ b/ext/standard/exec.h @@ -36,6 +36,6 @@ PHP_MINIT_FUNCTION(proc_open);  PHPAPI char *php_escape_shell_cmd(char *);  PHPAPI char *php_escape_shell_arg(char *); -int php_exec(int type, char *cmd, pval *array, pval *return_value TSRMLS_DC); +int php_exec(int type, char *cmd, zval *array, zval *return_value TSRMLS_DC);  #endif /* EXEC_H */  | 
