summaryrefslogtreecommitdiff
path: root/ext/standard/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/exec.h')
-rw-r--r--ext/standard/exec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/exec.h b/ext/standard/exec.h
index 399325c759..b106838367 100644
--- a/ext/standard/exec.h
+++ b/ext/standard/exec.h
@@ -33,6 +33,7 @@ PHP_FUNCTION(proc_close);
PHP_FUNCTION(proc_terminate);
PHP_FUNCTION(proc_nice);
PHP_MINIT_FUNCTION(proc_open);
+PHP_MINIT_FUNCTION(exec);
PHPAPI char *php_escape_shell_cmd(char *);
PHPAPI char *php_escape_shell_arg(char *);