Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26858 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42933 invoked by uid 1010); 8 Dec 2006 20:21:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 42914 invoked from network); 8 Dec 2006 20:21:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Dec 2006 20:21:47 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 83.243.58.163 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 83.243.58.163 mail4.netbeat.de Received: from [83.243.58.163] ([83.243.58.163:34855] helo=mail4.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FC/1C-64559-739C9754 for ; Fri, 08 Dec 2006 15:21:46 -0500 Received: (qmail 32262 invoked by uid 507); 8 Dec 2006 20:21:07 -0000 Received: from unknown (HELO ?192.168.1.104?) (82.135.7.229) by mail4.netbeat.de with SMTP; 8 Dec 2006 20:21:07 -0000 To: Ilia Alshanetsky Cc: Stanislav Malyshev , PHP internals In-Reply-To: <18DC7BB8-CE6D-4EFD-87DE-E0BF237284F8@prohost.org> References: <3B40503A-75F6-41EC-BFCF-56D777501FA5@prohost.org> <4579A890.3040706@zend.com> <18DC7BB8-CE6D-4EFD-87DE-E0BF237284F8@prohost.org> Content-Type: text/plain Date: Fri, 08 Dec 2006 21:21:02 +0100 Message-ID: <1165609262.3646.135.camel@johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.8.2.1 (2.8.2.1-2.fc6) Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Moving COM, Socket & mhash to PECL From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, On Fri, 2006-12-08 at 13:17 -0500, Ilia Alshanetsky wrote: > On 8-Dec-06, at 1:01 PM, Stanislav Malyshev wrote: > > >> COM: +1, easy to install from pecl. > >> mhash: > >> sockets: > >> Un-maintained. > A good point for 5.2, but given that there is no one to support users > using this extension if people start using that extension they > potentially leading themselves to a dead-end. Given how far the > streams have gone lately I do not believe that there is any interest > in maintaining this extension any further. In my opinion we shouldn't remove these (mhash and sockets) from a minor release, instead we should mark them as deprecated (using ZEND_ACC_DEPRECATED) so everybody (who cares) get's the error message and can change his code and we can remove it in 5.3/6.0 without users complaining too much. johannes