Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22951 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44820 invoked by uid 1010); 25 Apr 2006 08:52:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 44805 invoked from network); 25 Apr 2006 08:52:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Apr 2006 08:52:01 -0000 X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:6655] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id C0/35-19715-033ED444 for ; Tue, 25 Apr 2006 04:52:00 -0400 Received: from foxbox (IGLD-84-228-8-209.inter.net.il [84.228.8.209]) by gw2.emini.dk (Postfix) with ESMTP id 4C2CAAA46C; Tue, 25 Apr 2006 10:51:55 +0200 (CEST) Message-ID: <008201c6684d$9e869b30$6602a8c0@foxbox> Reply-To: "Steph Fox" To: "Antony Dovgal" Cc: "php-dev" References: <444D475B.1060200@zend.com> <003601c66839$a92ea9b0$6602a8c0@foxbox> <444DCB20.3070805@zend.com> <007701c66849$79687cf0$6602a8c0@foxbox> <444DDFE5.80509@zend.com> Date: Tue, 25 Apr 2006 11:49:59 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: [PHP-DEV] more candidates for PECL From: steph@zend.com ("Steph Fox") >>> ext/skeleton is a different beast and I suspect that 99.99% users have >>> never heard of it. >> >> You mean you only want to move things people have heard of?! > > I mean I only want to move things which I consider unsafe. > It's safe to include ext/skeleton as you definitely know what you're doing > when you use it. Ah now, you're looking at things from a very different perspective. I'm looking from the pov that pretty much everything eventually should be in PECL. The exceptions ought to be pretty much the stuff that is currently bundled and enabled by default, plus ext/pdo (but not the PDO drivers). Since everything else has to be enabled anyway, what's the difference to the end user whether it comes via PECL or as part of the PHP distribution? - Steph