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
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
Comment #1
Anonymous (not verified) commentedCool, I'll get to add the following to the project page unless someone posts a patch.
I support GoPHP5.org
Comment #2
Anonymous (not verified) commentedAfter 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.