mirror of
https://github.com/php/php-src.git
synced 2026-04-25 17:08:14 +02:00
76324c5f7c
- implement readInnerXml, readOuterXml and readString: requires libxml 2.6.20 - add encoding and options paramters to open and XML methods options from libxml extension may be passed i.e. LIBXML_XINCLUDE to perform xinclude during read
XMLReader represents a reader that provides non-cached, forward-only access to XML data. It is based upon the xmlTextReader api from libxml This extension is designed to only work under PHP 5.