Re: [PHP-DEV] Re: [PHP3] VBS/Perl/PHP Performance Test From: rasmus <email protected>
Date: 12/23/99

> By the way, I just took a brief look at the eregi_replace() function and it
> really doesn't seem to be very optimized. I have a feeling it can be
> improved quite a bit.

The preg_replace() function should be quite a bit faster. Try that
instead. The hsregex library is starting to show its age. The PCRE
library is quicker.

-Rasmus

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>