You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Gabriel Caruso affc20f891 Use bool instead of boolean in proto 8 years ago
..
tests Add tests to XMLReader::expand error paths 8 years ago
CREDITS initial revision 22 years ago
README Replaces php5 with php7, without whitespace changes. 11 years ago
config.m4 Fix long-standing visual pain point: the misalignment of './configure help' text. 13 years ago
config.w32 improve searchability for libxml2 headers 11 years ago
php_xmlreader.c Use bool instead of boolean in proto 8 years ago
php_xmlreader.h year++ 8 years ago

README

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+.