Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41803 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1909 invoked from network); 10 Nov 2008 10:57:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Nov 2008 10:57:56 -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:34083] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F6/00-13010-4B318194 for ; Mon, 10 Nov 2008 05:57:56 -0500 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id 6C49A414400F; Mon, 10 Nov 2008 10:59:12 +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 Ehtrt9kHbQJb; Mon, 10 Nov 2008 11:59:11 +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 BFB1D414400B; Mon, 10 Nov 2008 11:59:11 +0100 (CET) Cc: PHP Development Message-ID: To: jani.taskinen@iki.fi In-Reply-To: <49180FE8.7050207@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 11:56:33 +0100 References: <49180FE8.7050207@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 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 proposal that Andrei (IIRC) made to remove it. If we are doing to remove it we should add E_DEPRECATED. > 3. Remove ext/mhash (replaced by ext/hash) So what was the deal here? ext/hash automatically provides the ext/ mhash functions if the extension is not compiled in. So the main reason to keep ext/mhash is just to allow if extension mhash exists .. ? I think this is easy enough for people to fix by replacing this check with an function_exists() check. regards, Lukas Kahwe Smith mls@pooteeweet.org