From: Zeev Suraski Date: Sat, 9 Sep 2000 12:02:31 +0000 (+0000) Subject: Fix UNIX build X-Git-Tag: php-4.0.3RC1~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3115a0ccfe73005906cdea5c66f250a062ef954e;p=php Fix UNIX build --- diff --git a/ext/standard/file.c b/ext/standard/file.c index d8b98228ef..5a208d19c5 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -170,6 +170,7 @@ static FILE *php_do_open_temporary_file(char *path, const char *pfx, char **open char *trailing_slash; FILE *fp; char *opened_path; + int fd; if (!path) { return NULL;