diff options
| author | Rob Richards <rrichards@php.net> | 2004-04-19 18:55:02 +0000 |
|---|---|---|
| committer | Rob Richards <rrichards@php.net> | 2004-04-19 18:55:02 +0000 |
| commit | 5094e4e67c85053b0eab3f4c3309b911c5cd8d2c (patch) | |
| tree | f7b4ee2dc66a0937440ae45cccc4ae30f3dbcd9b /ext/xmlreader/README | |
| parent | be85c9049b7364bca46aafcc62fd08c345a88739 (diff) | |
| download | php-git-5094e4e67c85053b0eab3f4c3309b911c5cd8d2c.tar.gz | |
initial revision
requires PHP 5
Diffstat (limited to 'ext/xmlreader/README')
| -rw-r--r-- | ext/xmlreader/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/xmlreader/README b/ext/xmlreader/README new file mode 100644 index 0000000000..0d946f62da --- /dev/null +++ b/ext/xmlreader/README @@ -0,0 +1,5 @@ +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. |
