php-src/ext/xmlreader
2006-07-24 17:42:25 +00:00
..
examples move constants to class 2005-10-13 21:19:14 +00:00
tests unicode support 2006-07-19 18:32:19 +00:00
config.m4 - MFB Add optional dependency to ext/dom 2005-12-17 15:41:18 +00:00
config.w32 - Use correct configure option style. Enabled by default. 2005-12-01 08:54:15 +00:00
CREDITS initial revision 2004-04-19 18:55:02 +00:00
package.xml prep for release 2005-04-30 10:36:02 +00:00
php_xmlreader.c fix segfault 2006-07-24 17:42:25 +00:00
php_xmlreader.h - revert back to using internal buffer 2006-05-10 11:58:56 +00:00
README initial revision 2004-04-19 18:55:02 +00:00
TODO prep for stable release 2004-07-27 21:06:04 +00:00
xmlreader.dsp initial revision 2004-04-19 18:55:02 +00: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.