Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31039 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11510 invoked by uid 1010); 18 Jul 2007 08:26:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 11495 invoked from network); 18 Jul 2007 08:26:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2007 08:26:13 -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:4633] helo=outbound.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 40/43-18661-1AECD964 for ; Wed, 18 Jul 2007 04:26:11 -0400 Received: from [81.22.163.71] (helo=[10.6.109.93]) by outbound.mailhop.org with esmtpsa (SSLv3:RC4-MD5:128) (Exim 4.63) (envelope-from ) id 1IB4rD-0009Ea-6q; Wed, 18 Jul 2007 04:26:03 -0400 X-MHO-User: U2FsdGVkX1/4QyBZfZS9fKJsVt7ZWDFjgs8U3zac6D4= X-MHO-User: U2FsdGVkX19754UscOyDb+c5J2ybkRi4GDjYzuMGGJs= 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: U2FsdGVkX1+IYcC6NBOlXpZqNdhNZfHz/dA6bvnY1aE= Reply-To: jani.taskinen@iki.fi To: Derick Rethans Cc: Zeev Suraski , PHP Developers Mailing List In-Reply-To: References: <698DE66518E7CA45812BD18E807866CE648191@us-ex1.zend.net> <54C4340A-D9EA-4B5A-B39C-B55B29B1B3BC@prohost.org> <698DE66518E7CA45812BD18E807866CE648193@us-ex1.zend.net> <469B7FB1.1070507@pooteeweet.org> <698DE66518E7CA45812BD18E807866CE648290@us-ex1.zend.net> <7.0.1.0.2.20070718023255.0dc0eed0@zend.com> Content-Type: text/plain Date: Wed, 18 Jul 2007 11:26:00 +0300 Message-ID: <1184747160.3376.2.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) On Wed, 2007-07-18 at 10:20 +0200, Derick Rethans wrote: > On Wed, 18 Jul 2007, Zeev Suraski wrote: > > As for ereg - especially in light of the discontinuation of PHP 4 we > > shouldn't even consider removing it in PHP 5. > > I don't think anybody wanted to remove it in PHP 5 - just make it > possible to disable as an extension. I guess it was misunderstood: All the talk about it concerns HEAD only, not PHP 5. But I will MFH the move to ext in PHP_5_3 though. Helps future merges around when the changes are in both branches. --Jani