php-src/ext/xmlreader
Nikita Popov 74235ca5f3 Bump minimum libxml version to 2.7.6
Released Oct 2009, part of RHEL 6.
2018-09-23 15:51:09 +02:00
..
tests Bump minimum libxml version to 2.7.6 2018-09-23 15:51:09 +02:00
config.m4 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
php_xmlreader.c Bump minimum libxml version to 2.7.6 2018-09-23 15:51:09 +02:00
php_xmlreader.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
README Replaces php5 with php7, without whitespace changes. 2014-09-20 10:01:44 +02: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+.