1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00
Files
archived-php-src/ext/xmlreader
Peter Kokot bb7e88e9f1 Merge branch 'PHP-7.4'
* PHP-7.4:
  Range of new tests for xmlreader functionality and exceptions/errors
2019-02-17 19:24:02 +01:00
..
2018-07-25 00:53:25 +02:00
2019-02-03 21:03:00 +01:00

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+.