PECL :: Package :: xmlReader
Top Level :: XML
:: xmlReader
| Package Information | |
|---|---|
| Summary | Provides fast, non-cached, forward-only access to XML data under PHP 5. NOTE: This extension is part of core, thus, the PECL extension is dead. |
| Maintainers |
Christian Stocker <
chregu at php dot net >
(lead)
[wishlist]
[details] Rob Richards < rrichards at php dot net > (lead) [details] |
| License | PHP License |
| Description | 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. |
| Available Releases | ||||
|---|---|---|---|---|
| Version | State | Release Date | Downloads | |
| 1.0.1 | stable | 2005-04-30 | xmlreader-1.0.1.tgz (11.6kB) | [ Changelog ] |
| 1.0 | stable | 2004-07-27 | xmlreader-1.0.tgz (11.1kB) | [ Changelog ] |
| 0.2 | beta | 2004-05-10 | xmlreader-0.2.tgz (10.9kB) | [ Changelog ] |
| 0.1 | beta | 2004-05-04 | xmlreader-0.1.tgz (10.4kB) | [ Changelog ] |
| Dependencies | |
|---|---|
| Release 1.0.1: | PHP Version: PHP 5 or newer PHP Extension: libxml |
| Release 1.0: | PHP Extension: libxml |
| Release 0.2: | PHP Extension: libxml |
| Dependencies for older releases can be found on the release overview page. | |