php-src/ext/xmlreader
2014-05-05 14:04:52 +08:00
..
examples
tests Fixed bug #64230 (XMLReader does not suppress errors) 2013-10-04 11:22:17 +02:00
config.m4
config.w32
CREDITS
package.xml
php_xmlreader.c Fixed memory leak in prop_handlers registering 2014-05-05 14:04:52 +08:00
php_xmlreader.h Port XMLReader 2014-05-04 11:12:55 +08:00
README
TODO
xmlreader.dsp

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.