php-src/ext/xmlreader
Peter Kokot 81acc70b6e Merge branch 'PHP-7.4'
* PHP-7.4:
  Use separate output files in xmlreader tests
2019-03-15 23:51:54 +01:00
..
tests Use separate output files in xmlreader tests 2019-03-15 23:50:22 +01:00
config.m4 Add AS_HELP_STRING to *nix build configure options 2019-03-07 20:36:59 +01:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
CREDITS
php_xmlreader.c Refactor zend_object_handlers API to pass zend_object* and zend_string* insted of zval(s). 2019-02-04 13:20:25 +03:00
php_xmlreader.h Cleanup unused module globals 2019-03-12 13:44:05 +03:00
README Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02: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+.