Browse Source

Fix build

pull/271/head
Hannes Magnusson 15 years ago
parent
commit
f66d977c22
  1. 4
      ext/standard/exec.h

4
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);

Loading…
Cancel
Save