Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#19991 closed defect (bug) (fixed)

SimplePie: fix call to PEAR Net_IPv6 instead of SimplePie_Net_IPv6

Reported by: stephdau's profile stephdau Owned by: ryan's profile ryan
Milestone: 3.4 Priority: normal
Severity: normal Version:
Component: External Libraries Keywords: has-patch
Focuses: Cc:

Description

SimplePie has a bug where SimplePie_IRI::set_host() tries to use PEAR's Net_IPv6 directly instead of the local copy named SimplePie_Net_IPv6.

See attached patch for fix.

Attachments (1)

19991.diff (487 bytes) - added by stephdau 13 years ago.

Download all attachments as: .zip

Change History (5)

@stephdau
13 years ago

#2 @nacin
13 years ago

See #18309 for an update to 1.2.1. Unfortunately, this missed the backport. We should probably just apply it and make sure #18309 doesn't revert it.

#3 @ryan
13 years ago

  • Milestone changed from Awaiting Review to 3.4

#4 @ryan
13 years ago

  • Owner set to ryan
  • Resolution set to fixed
  • Status changed from new to closed

In [19891]:

Switch from Net_IPv6 to SimplePie_Net_IPv6. Props stephdau, rmccue. fixes #19991

Note: See TracTickets for help on using tickets.