diff options
| author | Sascha Schumann <sas@php.net> | 1999-11-24 17:56:31 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 1999-11-24 17:56:31 +0000 |
| commit | d462115341636fdf70e786a7d46657d710af3b9e (patch) | |
| tree | f8e40fc00ce7d53b5252f09d25da6c53aded9a12 /ext/standard/exec.c | |
| parent | 3b2a88d4d432c0b3a22bd6a3025fce5ec894515b (diff) | |
| download | php-git-d462115341636fdf70e786a7d46657d710af3b9e.tar.gz | |
Killing some unused variable warnings
Diffstat (limited to 'ext/standard/exec.c')
| -rw-r--r-- | ext/standard/exec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/exec.c b/ext/standard/exec.c index df59f58782..943d436af5 100644 --- a/ext/standard/exec.c +++ b/ext/standard/exec.c @@ -145,7 +145,9 @@ static int _Exec(int type, char *cmd, pval *array, pval *return_value) if (type == 1) { +#if APACHE SLS_FETCH(); +#endif if (output) PUTS(buf); #if APACHE |
