[wp-trac] [WordPress Trac] #21990: SimplePie: DOMDocument can be disabled

WordPress Trac wp-trac at lists.automattic.com
Tue Sep 25 06:20:32 UTC 2012


#21990: SimplePie: DOMDocument can be disabled
-------------------+--------------------------------
 Reporter:  nacin  |       Type:  defect (bug)
   Status:  new    |   Priority:  normal
Milestone:  3.5    |  Component:  External Libraries
  Version:         |   Severity:  blocker
 Keywords:         |
-------------------+--------------------------------
 SimplePie uses DOMDocument in a few places. But, it can be disabled,
 either by a distro messing with PHP (see Redhat) or with `--disable-dom`.
 When we use DOMDocument in core, we always check class_exists(). SimplePie
 does not.

 We'll need to get this fixed to avoid fatal errors when SimplePie is used.

 SimplePie 1.2 did not use DOMDocument. I wonder what else was added/used
 in 1.3 that could potentially be disabled.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/21990>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list