summaryrefslogtreecommitdiff
path: root/ext/standard/exec.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-12-05 22:54:01 +0000
committerfoobar <sniper@php.net>2005-12-05 22:54:01 +0000
commitd0a54af4c5046aa0909d958b8b8247434f94f15c (patch)
treebbe37ec826392ec39bd5fad0ce1625623922588d /ext/standard/exec.h
parentf20a62b1644abb3cd17bf2613252f14e84fa2ce2 (diff)
downloadphp-git-d0a54af4c5046aa0909d958b8b8247434f94f15c.tar.gz
MFH: Nuke php3 legacy
Diffstat (limited to 'ext/standard/exec.h')
-rw-r--r--ext/standard/exec.h2
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 */