summaryrefslogtreecommitdiff
path: root/ext/standard/exec.h
diff options
context:
space:
mode:
authorRui Hirokawa <hirokawa@php.net>2011-11-11 14:58:32 +0000
committerRui Hirokawa <hirokawa@php.net>2011-11-11 14:58:32 +0000
commit50b2e02c045b61f99e8c72d54e6bec055aee98e4 (patch)
tree0b05ea523bcfe90562402ed30897906b6fa3f465 /ext/standard/exec.h
parent8b6a2d257aaf81d2214199e56227c9d7f8b427ae (diff)
downloadphp-git-50b2e02c045b61f99e8c72d54e6bec055aee98e4.tar.gz
revert changes to fix bug #60116.
Diffstat (limited to 'ext/standard/exec.h')
-rw-r--r--ext/standard/exec.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/standard/exec.h b/ext/standard/exec.h
index f6b1fa42e9..394ac213ca 100644
--- a/ext/standard/exec.h
+++ b/ext/standard/exec.h
@@ -21,10 +21,6 @@
#ifndef EXEC_H
#define EXEC_H
-#define ESCAPE_CMD_PAIR 0
-#define ESCAPE_CMD_END 1
-#define ESCAPE_CMD_ALL 2
-
PHP_FUNCTION(system);
PHP_FUNCTION(exec);
PHP_FUNCTION(escapeshellcmd);