moriyoshi Mon Oct 20 11:33:41 2003 EDT
Modified files:
/php-src/ext/libxml libxml.c
Log:
Fix compiler warnings
Index: php-src/ext/libxml/libxml.c
diff -u php-src/ext/libxml/libxml.c:1.5 php-src/ext/libxml/libxml.c:1.6
--- php-src/ext/libxml/libxml.c:1.5 Sun Oct 19 23:11:45 2003
+++ php-src/ext/libxml/libxml.c Mon Oct 20 11:33:40 2003
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: libxml.c,v 1.5 2003/10/20 03:11:45 shane Exp $ */
+/* $Id: libxml.c,v 1.6 2003/10/20 15:33:40 moriyoshi Exp $ */
#define IS_EXT_MODULE
@@ -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 @@
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;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php