[wp-trac] [WordPress Trac] #20139: E_DEPRECATED and E_STRICT issues in SimplePie
WordPress Trac
wp-trac at lists.automattic.com
Wed Feb 29 07:50:53 UTC 2012
#20139: E_DEPRECATED and E_STRICT issues in SimplePie
--------------------------+-----------------------------
Reporter: uuf6429 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.3.1
Severity: minor | Keywords: needs-patch
--------------------------+-----------------------------
I am running a sophisticated logging solution, which keeps a list of
potential problems in my code (and whatever software I'm running).
This includes Wordpress. While it's nice of Wordpress to only cause a
minimal amount of errors, SimplePie ain't so nice.
The file wp-includes/class-simplepie.php causes numerous issues mostly
related to passing objects by reference (which is the default PHP behavior
for some time).
There are also some two E_STRICT issues, one on line 9432 and another on
14950. These two are happen because the dynamic methods
SimplePie_Misc::windows_1252_to_utf8() and SimplePie_Misc::get_element(),
should not be called statically.
The fixes should be trivial in nature. I'm not expecting high priority,
but it would be nice knowing that Wordpress dev team takes source code
quality to heart.
Cheers,
Chris.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/20139>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list