mirror of
https://github.com/php/php-src.git
synced 2026-03-28 10:12:18 +01:00
The relax NG schema is fetched from a remote server. We could include it in the repo, but it's 500KB. A minimized test case would be better. Also, apparently this bug has never been reported upstream and just patched in the libxml we build on Windows?
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+.