mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
PHP5 and WIN32 support was improved
This commit is contained in:
parent
dfde3095e4
commit
c22d7cf883
8 changed files with 64 additions and 36 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue