summaryrefslogtreecommitdiff
path: root/ext/xmlreader/README
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2004-04-19 18:55:02 +0000
committerRob Richards <rrichards@php.net>2004-04-19 18:55:02 +0000
commit5094e4e67c85053b0eab3f4c3309b911c5cd8d2c (patch)
treef7b4ee2dc66a0937440ae45cccc4ae30f3dbcd9b /ext/xmlreader/README
parentbe85c9049b7364bca46aafcc62fd08c345a88739 (diff)
downloadphp-git-5094e4e67c85053b0eab3f4c3309b911c5cd8d2c.tar.gz
initial revision
requires PHP 5
Diffstat (limited to 'ext/xmlreader/README')
-rw-r--r--ext/xmlreader/README5
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.