php-src/ext/xmlreader
Antony Dovgal 5cdb9128ae MFH
2006-10-04 13:30:53 +00:00
..
examples MFH: move constants to class 2005-10-13 21:20:12 +00:00
tests MFH: fix/add SKIPIF 2006-06-27 00:09:43 +00:00
config.m4 - Add optional dependency to ext/dom 2005-12-17 15:40:37 +00:00
config.w32 MFH: - Use correct configure option style. Enabled by default. 2005-12-01 08:54:22 +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 MFH 2006-10-04 13:30:53 +00:00
php_xmlreader.h Synch with HEAD 2006-05-10 12:04:46 +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.