Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26872 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31510 invoked by uid 1010); 9 Dec 2006 13:24:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 31495 invoked from network); 9 Dec 2006 13:24:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Dec 2006 13:24:03 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.185 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.182.185 nf-out-0910.google.com Linux 2.4/2.6 Received: from [64.233.182.185] ([64.233.182.185:64783] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 77/C9-50161-0D8BA754 for ; Sat, 09 Dec 2006 08:24:03 -0500 Received: by nf-out-0910.google.com with SMTP id l35so1539513nfa for ; Sat, 09 Dec 2006 05:23:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MEKDLgfiPMNgF+OnSX8FbdX2JHutGOktVopkXbDNY+2ubeUgavkY3+RzL+Kwv7n596rCu6CnP/E/Lnq2+PdABciBqsnsxyaUkf7nN2YpsgwuQxT8uq6eZZRmOjYLCnxFMUrmvRsC+Pkjavt44r857qco0+W27+AZS+vRUTU7+QA= Received: by 10.78.128.11 with SMTP id a11mr521303hud.1165670605245; Sat, 09 Dec 2006 05:23:25 -0800 (PST) Received: by 10.78.122.5 with HTTP; Sat, 9 Dec 2006 05:23:25 -0800 (PST) Message-ID: Date: Sat, 9 Dec 2006 14:23:25 +0100 To: "Hannes Magnusson" Cc: "Ilia Alshanetsky" , "PHP internals" In-Reply-To: <7f3ed2c30612090445u2ca1e5d9v850909bb9e5ec348@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7f3ed2c30612090445u2ca1e5d9v850909bb9e5ec348@mail.gmail.com> Subject: Re: [PHP-DEV] Summary: Moving COM, Socket & mhash to PECL From: pierre.php@gmail.com (Pierre) Hello, On 12/9/06, Hannes Magnusson wrote: > On 12/9/06, Ilia Alshanetsky wrote: > > Ok, I think COM has been sufficiently well defended for now, so it > > stays hopefully someone(s) will find the time to look at the bugs and > > close and bogus them as needed. > > > > As far mhash & socket, I agree that it would be wrong to remove them > > in 5.2, so let's remove them for now in PHP 6.0 and when we get to > > 5.3 we'll take the out of there as well. > > Shouldn't we mark them with PHP_DEP_FE until then? If we do so, we should do it in 5.3.0 (if it is not removed in 5.3.0 ;). I'm not a fan of adding "noises" in patches release. --Pierre