On Wed, 29 Jan 2003, Sara Golemon wrote:

> > I've got an implementation put together, the patch for which can be
> > viewed at:
> >
> > http://169.229.139.97/test/str_ireplace.diff.txt
> >
> After some comments on IRC, here's an alternate version to the above
> patch.  This second approach avoids creating php_memnstri by simply
> searching through a copy of haystack which is strtolowered against a
> strtolowered version of needle (no need to copy that part).
> 
> http://169.229.139.97/test/str_ireplace.diff-2.txt
> 
> Should be quicker and cleaner at the cost of a small malloc in the
> estrndup call.

I still don;t see no real use for this function, you can easily do this 
with eregi_replace() or preg_replace().

Derick

-- 

-------------------------------------------------------------------------
 Derick Rethans                                 http://derickrethans.nl/ 
 PHP Magazine - PHP Magazine for Professionals       http://php-mag.net/
-------------------------------------------------------------------------


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to