php-src/ext/xmlreader
Christoph M. Becker 326a4e38fb Add regression test for bug #73053
The test succeeds with libxml < 2.9.4, and is supposed to succeed with
libxml > 2.9.4. Unfortunately, we can't conditionally mark a test case
as XFAIL, so we're simply skipping the test for libxml 2.9.4 instead.
2016-09-11 00:06:45 +02:00
..
examples
tests Add regression test for bug #73053 2016-09-11 00:06:45 +02:00
config.m4 Fix long-standing visual pain point: the misalignment of './configure help' text. 2013-08-06 11:06:09 -07:00
config.w32
CREDITS
package.xml
php_xmlreader.c Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
php_xmlreader.h Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
README
TODO
xmlreader.dsp revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +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.