windows compatibility fix

This commit is contained in:
Dmitry Stogov 2005-03-23 15:12:54 +00:00
parent 3e6fce84bb
commit 2283e471f8

View file

@ -23,6 +23,7 @@
#include "php_soap.h"
#include "ext/libxml/php_libxml.h"
#include <libxml/parserInternals.h>
#include "zend_strtod.h"
/* zval type decode */
@ -2580,8 +2581,6 @@ static zval *to_zval_any(encodeTypePtr type, xmlNodePtr data)
return ret;
}
extern const xmlChar xmlStringTextNoenc[];
static xmlNodePtr to_xml_any(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
{
xmlNodePtr ret;