diff options
Diffstat (limited to 'ext/soap/php_xml.c')
-rw-r--r-- | ext/soap/php_xml.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/soap/php_xml.c b/ext/soap/php_xml.c index 6912be670c..6fc82ec44e 100644 --- a/ext/soap/php_xml.c +++ b/ext/soap/php_xml.c @@ -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) { |