The function str_ireplace() used in advuser_filters.inc is PHP 5 only. So on PHP 4, there's a fatal error:

Fatal error: Call to undefined function: str_ireplace() in /[...]/advuser_filters.inc on line 389

Comments

Anonymous’s picture

Priority: Critical » Minor

Cool, I'll get to add the following to the project page unless someone posts a patch.

I support GoPHP5.org

<a href="http://gophp5.org" title="Support GoPHP5.org">
<img src="http://gophp5.org/sites/gophp5.org/buttons/goPHP5-200x65.png" 
height="65" width="200" alt="Support GoPHP5.org" />
</a>
Anonymous’s picture

Status: Active » Closed (won't fix)

After review of http://us2.php.net/manual/en/function.str-ireplace.php I'm marking as won't fix since there are examples for you to implement the function in PHP4.