php-src/ext/xmlreader
Peter Kokot 2783b1c823 Remove outdated TODO files
Some extensions included TODO files that has been present for several
years in the repository tree without changes. This included:

- ext/phar
- ext/intl
- ext/zip
- ext/soap
- ext/pdo
- ext/spl
- ext/dom
- ext/gmp
- ext/xmlwriter
- ext/xmlreader

ext/phar feature request has been created instead, and for others it
would be better to use wiki and RFC workflow instead based on current
feature requests and further PHP development requirements.

[ci skip]
2017-12-09 19:18:58 +01:00
..
tests Add tests to XMLReader::expand error paths 2017-10-19 11:55:31 +01:00
config.m4
config.w32 improve searchability for libxml2 headers 2015-05-10 22:22:03 +02:00
CREDITS
php_xmlreader.c Cleanup type conversion 2017-12-07 19:24:55 +03:00
php_xmlreader.h Update copyright headers to 2017 2017-01-04 11:23:42 -06: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+.