php-src/ext/xmlreader
Peter Kokot 9df6a1e4dd Add AS_HELP_STRING to *nix build configure options
The Autoconf's default AS_HELP_STRING macro can properly format help
strings [1] so watching out if columns are aligned manually is not
anymore.

[1] https://www.gnu.org/software/autoconf/manual/autoconf.html#Pretty-Help-Strings
2019-03-07 20:36:59 +01:00
..
tests Mark ext/xmlreader/tests/bug70309.phpt as online test 2019-02-28 10:12:40 +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 Remove local variables 2019-02-03 21:03:00 +01:00
php_xmlreader.h Remove local variables 2019-02-03 21:03:00 +01: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+.