Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30974 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65980 invoked by uid 1010); 16 Jul 2007 13:59:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 65959 invoked from network); 16 Jul 2007 13:59:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jul 2007 13:59:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.171 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.171 outbound.mailhop.org FreeBSD 4.6-4.9 Received: from [63.208.196.171] ([63.208.196.171:2791] helo=outbound.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F2/70-62403-6B97B964 for ; Mon, 16 Jul 2007 09:59:19 -0400 Received: from [81.22.163.71] (helo=[10.6.109.91]) by outbound.mailhop.org with esmtpsa (SSLv3:RC4-MD5:128) (Exim 4.63) (envelope-from ) id 1IAR6U-000AqN-Oa; Mon, 16 Jul 2007 09:59:11 -0400 X-MHO-User: U2FsdGVkX19NZQ91oMqiu5LZZKNskXOhsaJjNnK9lLA= X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 81.22.163.71 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19pM9vGeK9y/HdpAZ2LebTCE7mST0V8TsM= Reply-To: jani.taskinen@iki.fi To: Andi Gutmans Cc: internals@lists.php.net In-Reply-To: <698DE66518E7CA45812BD18E807866CE648193@us-ex1.zend.net> References: <698DE66518E7CA45812BD18E807866CE648191@us-ex1.zend.net> <54C4340A-D9EA-4B5A-B39C-B55B29B1B3BC@prohost.org> <698DE66518E7CA45812BD18E807866CE648193@us-ex1.zend.net> Content-Type: text/plain Date: Mon, 16 Jul 2007 16:59:08 +0300 Message-ID: <1184594348.3352.15.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) Content-Transfer-Encoding: 7bit Subject: RE: [PHP-DEV] POSIX regex From: jani.taskinen@sci.fi (Jani Taskinen) Please read about the decision done regarding this and why it was done at: http://derickrethans.nl/files/meeting-notes.html#move-ereg-to-pecl This is getting quite boring. You have had over 2 years to read about this and complain..and this wasn't the first time with your usual comment "will break a huge amount of applications" about anything we're trying to improve. --Jani On Mon, 2007-07-16 at 06:53 -0700, Andi Gutmans wrote: > Even in PHP 6 I am not sure it's a good idea. There are a huge amount of > apps that use them and it'll be very hard for people to upgrade. > Anyway, let's do some more research on that once we get closer to PHP 6 > and see what the migration path looks like. We'll have to check with a > few popular apps + google code search :) > No need to decide on that right now without having more info. > > Andi > > > -----Original Message----- > > From: Ilia Alshanetsky [mailto:ilia@prohost.org] > > Sent: Monday, July 16, 2007 6:48 AM > > To: Andi Gutmans > > Cc: jani.taskinen@iki.fi; internals@lists.php.net > > Subject: Re: [PHP-DEV] POSIX regex > > > > > > On 16-Jul-07, at 9:46 AM, Andi Gutmans wrote: > > > > > Why move it to PECL? I agree that PCRE is the preferred way but not > > > having ereg() will break a huge amount of applications for > > very little > > > gain. > > > > I tend to agree, unless we provide wrappers via PCRE that > > emulate ereg functionality I don't think we can remove posix > > regex until PHP 6. > > > > Ilia Alshanetsky > > > > > > > > > >