Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42054 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78861 invoked from network); 26 Nov 2008 17:57:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Nov 2008 17:57:43 -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:54262] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E8/00-12977-61E8D294 for ; Wed, 26 Nov 2008 12:57:43 -0500 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id F32B0414400B; Wed, 26 Nov 2008 18:00:25 +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 eoUy6VTTWuZn; Wed, 26 Nov 2008 19:00:25 +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 C71124144009; Wed, 26 Nov 2008 19:00:24 +0100 (CET) Cc: PHP Internals Message-ID: <63F9B105-803B-4DD6-97E9-C656069FD181@pooteeweet.org> To: Scott MacVicar In-Reply-To: <492D232D.5090503@macvicar.net> 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: Wed, 26 Nov 2008 18:55:51 +0100 References: <36F14278-2896-40E1-971C-E488E890EAF7@pooteeweet.org> <492D232D.5090503@macvicar.net> X-Mailer: Apple Mail (2.929.2) Subject: Re: [PHP-DEV] apha3 From: mls@pooteeweet.org (Lukas Kahwe Smith) On 26.11.2008, at 11:21, Scott MacVicar wrote: > >> >> Independent of that I need someone to handle the move of ext/mhash >> to PECL. >> > > Why not just delete the extension? There isn't anything valuable in > there as it just wraps around hash now, it is literally an empty > module > and a configure script. Well, in that case we might want to drop a pre-wrap-around-ext/hash version into PECL .. Something to make it possible to get BC without having to code a line of C .. Then again, we maintain BC aside from this single call to determine if the extension is loaded, so I guess yeah .. lets just remove it .. we are expecting people to update their code. regards, Lukas Kahwe Smith mls@pooteeweet.org