From: Moriyoshi Koizumi Date: Mon, 20 Oct 2003 15:33:40 +0000 (+0000) Subject: Fix compiler warnings X-Git-Tag: RELEASE_1_3b3~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=569309765cb6f4347d60b46cff78636bf63037fe;p=php Fix compiler warnings --- diff --git a/ext/libxml/libxml.c b/ext/libxml/libxml.c index 0f7c4cf272..8055c7844b 100644 --- a/ext/libxml/libxml.c +++ b/ext/libxml/libxml.c @@ -31,6 +31,7 @@ #include "zend_variables.h" #include "ext/standard/php_string.h" #include "ext/standard/info.h" +#include "ext/standard/file.h" #if HAVE_LIBXML @@ -110,7 +111,6 @@ int php_libxml_streams_IO_match_wrapper(const char *filename) void *php_libxml_streams_IO_open_wrapper(const char *filename) { char resolved_path[MAXPATHLEN + 1]; - int file_exist; php_stream_statbuf ssbuf; php_stream_context *context = NULL; php_stream_wrapper *wrapper = NULL;