php-src/ext/xmlreader
2018-10-14 19:46:15 +02:00
..
tests Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
config.m4 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +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 Trim trailing whitespace in source code files 2018-10-13 14:17:28 +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+.