hi,
 
can someone commit the following change:
 
Index: ext/standard/exec.h
===================================================================
RCS file: /repository/php4/ext/standard/exec.h,v
retrieving revision 1.6
diff -u -r1.6 exec.h
--- ext/standard/exec.h 2000/09/05 16:55:32     1.6
+++ ext/standard/exec.h 2001/02/07 17:55:20
@@ -29,4 +29,6 @@
 PHP_FUNCTION(shell_exec);
 
 char *php_escape_shell_cmd(char *);
+int php_Exec(int type, char *cmd, pval *array, pval *return_value);
+
 #endif /* EXEC_H */
 
b.
 
 

Reply via email to