From adeb21cd8ebb11fe8b75ea67367b944cbcd8ac45 Mon Sep 17 00:00:00 2001 From: Rob Richards Date: Tue, 4 May 2004 08:23:10 +0000 Subject: [PATCH] add package.xml --- ext/xmlreader/package.xml | 57 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 ext/xmlreader/package.xml diff --git a/ext/xmlreader/package.xml b/ext/xmlreader/package.xml new file mode 100644 index 0000000000..77e6f0f3a6 --- /dev/null +++ b/ext/xmlreader/package.xml @@ -0,0 +1,57 @@ + + + + xmlreader + Provides fast, non-cached, forward-only access to XML data. + + This extension wraps the libxml xmlReader API. The reader acts as a cursor + going forward on the document stream and stopping at each node in the way. + xmlReader is similar to SAX though uses a much simpler API. + + PHP License + + + rrichards + Rob Richards + rrichards@php.net + lead + + + + 0.1 + 2004-04-27 + beta + + Initital Version. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + libxml + + + -- 2.50.1