> 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]
- Re: [PHP-DEV] removing ereg functions Peter Petermann
- Re: [PHP-DEV] removing ereg functions Rasmus Lerdorf
- Re: [PHP-DEV] removing ereg functions John Lim
- Re: [PHP-DEV] removing ereg funct... Brian Moon
- Re: [PHP-DEV] removing ereg functions Zeev Suraski
- Re: [PHP-DEV] removing ereg functions Brian Moon
- Re: [PHP-DEV] removing ereg functions Zeev Suraski
- Re: [PHP-DEV] removing ereg functions Rasmus Lerdorf
- Re: [PHP-DEV] removing ereg functions Brian Moon
- Re: [PHP-DEV] removing ereg functions spencer 'sporty' portee
- Re: [PHP-DEV] removing ereg funct... Rasmus Lerdorf
- Re: [PHP-DEV] removing ereg functions Vlad Krupin
- RE: [PHP-DEV] removing ereg functions Richard Heyes
- Re: [PHP-DEV] removing ereg functions Stig Sæther Bakken
- Re: [PHP-DEV] removing ereg functions Brian Moon
- Re: [PHP-DEV] removing ereg functions Rasmus Lerdorf
- Re: [PHP-DEV] removing ereg functions Sterling Hughes
- Re: [PHP-DEV] removing ereg functions Cynic
- Re: [PHP-DEV] removing ereg funct... Stig Sæther Bakken