Monday, October 12, 2009

Re: [BLUG] PHP ereg() question

Yeah, I learned RegExp's in perl, so whenever they aren't like perl, I
get confused. I don't use PHP all that often, but when I do, I prefer
the preg-style anyway. I don't know if I've ever use the ereg style.
Having said that, I don't know why they'd have to remove it and
require a bunch of people to have to go update existing
code... harmless enough to leave them in, isn't it?

David


On Mon, Oct 12, 2009 at 03:53:04PM -0400, Steven Black wrote:
>This is Extended Regular Expressions vs. Perl Compatible Regular
>Expressions?
>
>I don't use PHP, so this doesn't impact me, however in general most
>people expect Perl Compatible Regular Expressions, so I expect it will
>clear up a number of issues.
>
>Cheers,
>Steven Black
>
>On Mon, Oct 12, 2009 at 07:40:30PM +0000, Mark Krenz wrote:
>>
>> Any of you on the list use PHP? Did you know they are going to remove
>> the ereg set of functions in PHP 6 in favor of the PCRE functions
>> (preg_match, etc.). Could I ask how do you feel about this?
>>
>> Thanks.
>>
>> --
>> Mark Krenz
>> Bloomington Linux Users Group
>> http://www.bloomingtonlinux.org/
>> _______________________________________________
>> BLUG mailing list
>> BLUG@linuxfan.com
>> http://mailman.cs.indiana.edu/mailman/listinfo/blug
>
>_______________________________________________
>BLUG mailing list
>BLUG@linuxfan.com
>http://mailman.cs.indiana.edu/mailman/listinfo/blug
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

No comments: