Defect #40

Reliance on PHP5

Added by Geoffrey Sneddon 874 days ago. Updated 792 days ago.

Status:Fixed Start:2008-03-07
Priority:High Due date:
Assigned to:Ryan McCue % Done:

0%

Category:Cache
Target version:1.2
Affected Version:

trunk

PHP Version:

4.4.0

mbstring enabled:

No

iconv enabled:

No

cURL enabled:

No

zlib enabled:

No


Description

When using MySQL caching, we throw, on PHP 4 a Fatal error: Call to undefined function: stripos() on line 8426. This should just be switched to SimplePie_Misc::stripos().

Associated revisions

Revision 985
Added by Ryan McCue 792 days ago

Change stripos() to SimplePie_Misc::stripos() for PHP4 compatibility. Fixes #40

History

Updated by Ryan McCue 873 days ago

FYI, this was the one I mentioned to you over IRC, that I couldn't remember.

Updated by Geoffrey Sneddon 860 days ago

  • Assigned to set to Geoffrey Sneddon

Updated by Geoffrey Sneddon 792 days ago

  • Assigned to changed from Geoffrey Sneddon to Ryan McCue

Updated by Ryan McCue 792 days ago

  • Status changed from New to Fixed

Applied in changeset r985.

Also available in: Atom PDF