mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
windows compatibility fix
This commit is contained in:
parent
3e6fce84bb
commit
2283e471f8
1 changed files with 1 additions and 2 deletions
|
@ -23,6 +23,7 @@
|
||||||
|
|
||||||
#include "php_soap.h"
|
#include "php_soap.h"
|
||||||
#include "ext/libxml/php_libxml.h"
|
#include "ext/libxml/php_libxml.h"
|
||||||
|
#include <libxml/parserInternals.h>
|
||||||
#include "zend_strtod.h"
|
#include "zend_strtod.h"
|
||||||
|
|
||||||
/* zval type decode */
|
/* zval type decode */
|
||||||
|
@ -2580,8 +2581,6 @@ static zval *to_zval_any(encodeTypePtr type, xmlNodePtr data)
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
extern const xmlChar xmlStringTextNoenc[];
|
|
||||||
|
|
||||||
static xmlNodePtr to_xml_any(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
|
static xmlNodePtr to_xml_any(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
|
||||||
{
|
{
|
||||||
xmlNodePtr ret;
|
xmlNodePtr ret;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue