> wouldn't it be in at least the best interest to have split and other functions to 
>use preg instead of ereg?
> this might add some bloat to code, but it might be an interesting default speedup.

No, because POSIX and Perl-style regular expressions are not compatible.
That's why we have a preg_split() function.

> by all means, keep ereg.  unless you can get ereg to act just like preg, you can't 
>get rid of it.

And vice versa.  The two libs are not compatible.

-Rasmus


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to