Defect #40
Reliance on PHP5
| 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
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