From: Rob Richards Date: Tue, 4 May 2004 08:23:10 +0000 (+0000) Subject: add package.xml X-Git-Tag: RELEASE_0_1~298 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=adeb21cd8ebb11fe8b75ea67367b944cbcd8ac45;p=php add 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 + + +