Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26870 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20466 invoked by uid 1010); 9 Dec 2006 12:37:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 20450 invoked from network); 9 Dec 2006 12:37:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Dec 2006 12:37:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=iliaal@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=iliaal@gmail.com; sender-id=pass; domainkeys=good Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.204.225 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 72.14.204.225 qb-out-0506.google.com Linux 2.4/2.6 Received: from [72.14.204.225] ([72.14.204.225:30173] helo=qb-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1D/38-50161-FADAA754 for ; Sat, 09 Dec 2006 07:36:34 -0500 Received: by qb-out-0506.google.com with SMTP id q17so251822qba for ; Sat, 09 Dec 2006 04:35:56 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer:sender; b=t4PI05BpQoKMiaWkPz1r/J/ft1pBJhRUJmBdjclXunAW8ek9ZzakrqSBtJUA0xKam4zMYHe2zaQwmP1Zqqwh1U4R+q6i8XyQly6jnpIyteOBydqQd1Iu6ppG5VUgkMlmItFeKe3tTovvMW4vqkZEHCMarxWkm4DqF0JjeFd6POA= Received: by 10.65.239.14 with SMTP id q14mr7374060qbr.1165667756782; Sat, 09 Dec 2006 04:35:56 -0800 (PST) Received: from ?192.168.1.6? ( [74.108.69.82]) by mx.google.com with ESMTP id f14sm4114377qba.2006.12.09.04.35.55; Sat, 09 Dec 2006 04:35:56 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-ID: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: PHP internals Date: Sat, 9 Dec 2006 07:35:46 -0500 X-Mailer: Apple Mail (2.752.3) Sender: Ilia Alshanetsky Subject: Summary: Moving COM, Socket & mhash to PECL From: ilia@prohost.org (Ilia Alshanetsky) 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. If someone from the doc team is reading, perhaps you can add a notice to the manual indicating that these two extensions are going away in future releases. Thanks to everyone for their feedback. Ilia Alshanetsky