php-src/ext/xmlreader
Nuno Lopes 61eb7ae554 remove unused PHP_EXTNAME_API macros.
#in preparation for the gcc 4 visibility patch
2008-01-03 16:20:33 +00:00
..
examples
tests
config.m4
config.w32
CREDITS
package.xml
php_xmlreader.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_xmlreader.h remove unused PHP_EXTNAME_API macros. 2008-01-03 16:20:33 +00: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.