Home » XML » XML_RSS
RSS parser
This package is unmaintained.
Download latest release 1.1.0 (archived versions might be outdated)
License: PHP License
Description
Parser for Resource Description Framework (RDF)
Site Summary (RSS) documents.
Documentation
Maintainers
- Clay Loveless (clay) — lead, inactive
- Martin Jansen (MJ) — lead, inactive
Dependencies
Required
- PHP (>= 5.4.0)
- PEAR Installer (>= 1.10.1)
- XML_Parser (>= 1.3.7, exclude 1.0.1)
Releases
- 1.1.0 (stable, 2017-03-07)
Release notes
License: PHP License
* Set minimum PHP version to 5.4.0
* Set minimum PEAR version to 1.10.1* Bug #21168: Cannot use string offset as an array
- 1.1.0a1 (alpha, 2015-08-27)
Release notes
License: PHP License
QA release
Raising minimum version to PHP 5.4+
Removed PHPUnit as a dependency as it is no longer distributed via PEAR. - 1.0.2 (stable, 2011-05-01)
- 1.0.1 (stable, 2010-10-25)
Release notes
License: PHP License
Automatically built QA release
Req #10404 Please add a timestamp in item array - cweiske - 1.0.0 (stable, 2010-02-14)
Release notes
License: PHP License
QA release:
- Fix bug #11815: XML_Parser must be installed manually [doconnor]
- Fix bug #15268: tiny bug, not critical, a typo in RSS.php [doconnor]
- Fix bug #17007: Wrong PHP license version [cweiske]
- Port unit tests to phpunit 3
- Fix Coding Standards
- Convert to package.xml v2
- Stabilize after 4 years in beta - 0.9.10 (beta, 2006-09-14)
Release notes
License: PHP License
This release is a beta release in preparation for the upcoming stable
release of version 1.0.0.* Fixed bug #8492
* Added additional unit tests
* Added preliminary support for Trackback, GeoCoding, Media and iTunes RSS extensions - 0.9.9 (beta, 2005-10-22)
Release notes
License: PHP License
This release is a beta release in preparation for the upcoming stable
release of version 1.0.0.* Allows string inputs (useful for cached feeds, e.g. from databases)
* Fixes dependency on XML_Parser and removes erroneous dependency on XML_Tree
* Fixed bug #557
* Fixed bug #2045
* Fixed bug #2310
* Fixed bug #2782
* Fixed bug #3871
* Added unit tests
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #17 | Closed | Bug | 2003-09-17 | XML_Parser dependency is not listed | |
| #557 | Closed | Bug | 2004-01-11 | insideTag stack required | |
| #655 | Closed | Bug | 2004-01-31 | Test depends on ../RSS.php | |
| #1477 | No Feedback | Bug | 2004-05-23 | XML_RSS ignores guid tag for links | |
| #1567 | No Feedback | Bug | 2004-06-07 | Does not support UTF-8 encoded documents | |
| #1966 | No Feedback | Bug | 2004-07-23 | Documentation error | |
| #2045 | Closed | Req | 2004-08-03 | some rss feeds does not parse | |
| #2310 | Closed | Req | 2004-09-10 | xml_rss constructor should pass xml_parser options | |
| #2782 | Closed | Req | 2004-11-18 | Support RSS charset getter | |
| #3123 | Bogus | Bug | 2005-01-06 | Incomplete item:description returned if contains html | |
| #3240 | Closed | Bug | 2005-01-19 | XML_RSS really depends on XML_Tree? | |
| #3486 | Closed | Bug | 2005-02-15 | Ampersand lost in tranaslation | |
| #3745 | Closed | Bug | 2005-03-08 | No support for content:encoded item field | |
| #3871 | No Feedback | Bug | 2005-03-18 | Multiple tags skipped; Channel tags lost; Atributes skipped | |
| #4083 | Closed | Bug | 2005-04-06 | Target Encoding Support | |
| #4099 | Wont fix | Bug | 2005-04-07 | Serious memory leak | |
| #4146 | Wont fix | Bug | 2005-04-14 | The 'd' in pubDate should be capitalized | |
| #4536 | Closed | Bug | 2005-06-06 | this package is dependant on XML/Parser | |
| #4537 | Wont fix | Req | 2005-06-06 | Support for Atom feeds | |
| #5662 | Closed | Req | 2005-10-11 | allow XML_RSS to handle strings as input | |
| #6747 | Bogus | Bug | 0.9.9 | 2006-02-10 | parse() not returning any content |
| #8492 | Closed | Bug | CVS | 2006-08-17 | $this->last unknow |
| #10404 | Closed | Req | 0.9.2 | 2007-03-16 | Please add a timestamp in item array |
| #11529 | Closed | Req | 0.9.2 | 2007-07-05 | add support for optional attributes |
| #11675 | Bogus | Bug | 0.9.2 | 2007-07-23 | not work at all |
| #11815 | Closed | Bug | 2007-08-10 | XML_Parser must be installed manually | |
| #12772 | No Feedback | Bug | 0.9.10 | 2007-12-25 | UTF-8 encoding bug |
| #13882 | Wont fix | Req | 0.9.10 | 2008-05-12 | Implement skipHours / skipDays |
| #15268 | Closed | Bug | 0.9.10 | 2008-12-07 | tiny bug, not critical, a typo in RSS.php |
| #17007 | Closed | Doc | 0.9.10 | 2010-01-18 | Wrong PHP license version |
| #17315 | Closed | Bug | 1.0.0 | 2010-04-16 | categories are pasted together |
| #21168 | Closed | Bug | 1.1.0a1 | 2017-01-21 | Cannot use string offset as an array in /usr/share/pear/XML/RSS.php:355 |