Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41811 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20467 invoked from network); 10 Nov 2008 11:50:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Nov 2008 11:50:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:36261] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 04/53-04934-AEF18194 for ; Mon, 10 Nov 2008 06:50:03 -0500 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id E83CF1EBC015; Mon, 10 Nov 2008 11:51:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jkgVzoBO1QVs; Mon, 10 Nov 2008 12:51:17 +0100 (CET) Received: from [192.168.80.161] (unknown [195.226.16.50]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id 42A341EBC014; Mon, 10 Nov 2008 12:51:17 +0100 (CET) Cc: PHP Development Message-ID: <1A06B598-94EA-4216-995D-6B7D1862B9DA@pooteeweet.org> To: jani.taskinen@iki.fi In-Reply-To: <49181521.5050909@sci.fi> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Date: Mon, 10 Nov 2008 12:48:38 +0100 References: <49180FE8.7050207@sci.fi> <49181521.5050909@sci.fi> X-Mailer: Apple Mail (2.929.2) Subject: Re: [PHP-DEV] alpha3 or forever hold your peace From: mls@pooteeweet.org (Lukas Kahwe Smith) On 10.11.2008, at 12:04, Jani Taskinen wrote: > Lukas Kahwe Smith wrote: >> On 10.11.2008, at 11:41, Jani Taskinen wrote: >>> 2. Change ext/ereg to be disabled by default (scheduled to be >>> removed in PHP 6, iirc?) >> IIRC we are not yet in agreement on the removal. AFAIK its already >> an extension in PHP6, but I am not sure if we wanted to continue >> with the > > You don't follow the CVS a lot, do you? I do, but sometimes I miss a commit. > revision 1.2.2.2 > date: 2007/10/05 15:00:05; author: jani; state: Exp; lines: +56 -0 > MFH:- Moved the old regex functions to own extension: ereg Ok, so its already an extension in PHP 5.3, that does not mean that we have scheduled its removal in PHP 6. Personally I am fine with removing ereg, but then again I have always refrained from using ereg. Its going to be a bit of a pain, but IIRC ereg is not going to play well in our brave new unicode world unless someone does considerable work on ereg .. regards, Lukas Kahwe Smith mls@pooteeweet.org