PHP5 and WIN32 support was improved

This commit is contained in:
Dmitry Stogov 2004-02-06 08:01:35 +00:00
parent dfde3095e4
commit c22d7cf883
8 changed files with 64 additions and 36 deletions

View file

@ -162,6 +162,7 @@ xmlDocPtr soap_xmlParseMemory(const void *buf, size_t buf_size)
return ret;
}
#ifndef ZEND_ENGINE_2
int php_stream_xmlIO_match_wrapper(const char *filename)
{
TSRMLS_FETCH();
@ -185,6 +186,7 @@ int php_stream_xmlIO_close(void *context)
TSRMLS_FETCH();
return php_stream_close((php_stream*)context);
}
#endif
xmlNsPtr attr_find_ns(xmlAttrPtr node)
{