From: Hannes Magnusson Date: Thu, 10 Nov 2011 17:20:09 +0000 (+0000) Subject: Fix build X-Git-Tag: php-5.4.0RC2~106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f66d977c226ffe3ccd5ffbc361ffd6bac9632885;p=php Fix build --- diff --git a/ext/standard/exec.h b/ext/standard/exec.h index 394ac213ca..f6b1fa42e9 100644 --- a/ext/standard/exec.h +++ b/ext/standard/exec.h @@ -21,6 +21,10 @@ #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);