[wp-trac] [WordPress Trac] #21183: Update SimplePie to 1.3
WordPress Trac
wp-trac at lists.automattic.com
Wed Aug 29 00:30:49 UTC 2012
#21183: Update SimplePie to 1.3
--------------------------------+---------------------
Reporter: rmccue | Owner: nacin
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 3.5
Component: External Libraries | Version:
Severity: normal | Resolution: fixed
Keywords: |
--------------------------------+---------------------
Comment (by rmccue):
Replying to [comment:8 nacin]:
> We override both SimplePie_Cache and SimplePie_File. From your list,
SimplePie_Decode_HTML_Entities and SimplePie_gzdecode were not used. You
did not list SimplePie_Misc, SimplePie_Sanitize, SimplePie_Locator,
SimplePie_Parser, and SimplePie_Author, which were.
Ah, whoops. Decode_HTML_Entities isn't used any more (IIRC, since we use
DOMDocument instead now). gzdecode will be used if gzip isn't loaded on
the server, which seems to be fairly common from what I've seen, but may
be different for WP.
Replying to [comment:9 nacin]:
> In the upcoming commit, SimplePie/Core.php is omitted from the non-SPL
manual load as trying to include it before we define the class results in
a fatal error. No reason to kick it to the end of the file, as I found it
was not included in previous WP versions.
Yep, that's only for compatibility with 1.3 development versions, so
there's no need for it. Great to hear about the memory usage. :)
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21183#comment:13>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list