summaryrefslogtreecommitdiff
path: root/ext/standard/exec.h
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2000-09-05 16:55:32 +0000
committerRasmus Lerdorf <rasmus@php.net>2000-09-05 16:55:32 +0000
commit4a22d2e8323465ed7bb5e671da1262886ed30a61 (patch)
tree13ddba3a4cecff3d256e66eaae0e2a6cd59e6c0e /ext/standard/exec.h
parent24633f598727f5e98395ce9271ba56d274016650 (diff)
downloadphp-git-4a22d2e8323465ed7bb5e671da1262886ed30a61.tar.gz
Add EscapeShellArg() function which turns a b into 'a b' and
a'b into 'a'\''b' @Add EscapeShellArg() function (Rasmus)
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 d96a4d81ce..dff1df8100 100644
--- a/ext/standard/exec.h
+++ b/ext/standard/exec.h
@@ -24,6 +24,7 @@
PHP_FUNCTION(system);
PHP_FUNCTION(exec);
PHP_FUNCTION(escapeshellcmd);
+PHP_FUNCTION(escapeshellarg);
PHP_FUNCTION(passthru);
PHP_FUNCTION(shell_exec);