mirror of
https://github.com/php/php-src.git
synced 2026-04-27 18:23:26 +02:00
a18e5c61cd
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+.