Date: 12/23/99
- Next message: David Hedbor: "Re: [PHP-DEV] What does this mean?"
- Previous message: Andi Gutmans: "[PHP-DEV] Re: [PHP3] VBS/Perl/PHP Performance Test"
- In reply to: Andi Gutmans: "[PHP-DEV] Re: [PHP3] VBS/Perl/PHP Performance Test"
- Next in thread: Andrei Zmievski: "Re: [PHP-DEV] Re: [PHP3] VBS/Perl/PHP Performance Test"
- Reply: Andrei Zmievski: "Re: [PHP-DEV] Re: [PHP3] VBS/Perl/PHP Performance Test"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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>
- Next message: David Hedbor: "Re: [PHP-DEV] What does this mean?"
- Previous message: Andi Gutmans: "[PHP-DEV] Re: [PHP3] VBS/Perl/PHP Performance Test"
- In reply to: Andi Gutmans: "[PHP-DEV] Re: [PHP3] VBS/Perl/PHP Performance Test"
- Next in thread: Andrei Zmievski: "Re: [PHP-DEV] Re: [PHP3] VBS/Perl/PHP Performance Test"
- Reply: Andrei Zmievski: "Re: [PHP-DEV] Re: [PHP3] VBS/Perl/PHP Performance Test"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

