summaryrefslogtreecommitdiff
path: root/ext/xmlreader/README
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xmlreader/README')
-rw-r--r--ext/xmlreader/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xmlreader/README b/ext/xmlreader/README
index 0d946f62da..f85e4a2121 100644
--- a/ext/xmlreader/README
+++ b/ext/xmlreader/README
@@ -2,4 +2,4 @@ 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.
+This extension is designed to only work under PHP 5+.