]> granicus.if.org Git - php/commitdiff
Export _Exec for extensions to use
authorRasmus Lerdorf <rasmus@php.net>
Sun, 14 Jan 2001 16:30:22 +0000 (16:30 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sun, 14 Jan 2001 16:30:22 +0000 (16:30 +0000)
ext/standard/exec.c

index 5a494e664e878ba0038623cbbf716014c4f5e10a..1048cb9901c4096f6b7a8be4ba4fbb1a7451f4dd 100644 (file)
@@ -39,7 +39,7 @@
  * If type==3, output will be printed binary, no lines will be saved or returned (passthru)
  *
  */
-static int _Exec(int type, char *cmd, pval *array, pval *return_value)
+int _Exec(int type, char *cmd, pval *array, pval *return_value)
 {
        FILE *fp;
        char *buf, *tmp=NULL;