Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23013 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62646 invoked by uid 1010); 28 Apr 2006 19:19:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62631 invoked from network); 28 Apr 2006 19:19:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Apr 2006 19:19:27 -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:3826] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id DC/24-18514-FBA62544 for ; Fri, 28 Apr 2006 15:19:27 -0400 Received: from foxbox (IGLD-84-228-8-209.inter.net.il [84.228.8.209]) by gw2.emini.dk (Postfix) with ESMTP id DF059AEF84; Fri, 28 Apr 2006 21:19:21 +0200 (CEST) Message-ID: <00bd01c66af8$a8ca9440$6602a8c0@foxbox> Reply-To: "Steph Fox" To: "Wez" , "Antony Dovgal" Cc: "internals" References: <444D475B.1060200@zend.com> <003601c66839$a92ea9b0$6602a8c0@foxbox> <4e89b4260604250758h5588d1abk1fd4a72dfc1b29d4@mail.gmail.com> <015c01c66882$9284ed20$6602a8c0@foxbox> <017201c66886$3a3d2570$6602a8c0@foxbox> <4e89b4260604261147v412a5dd3l34a2a9a2c166a00c@mail.gmail.com> <008201c66af6$d7cd8fb0$6602a8c0@foxbox> Date: Fri, 28 Apr 2006 21:19:22 +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") Hi Wez, >> > I can't see any negative points to keeping ext/skeleton in the tree. >> >> I can't see any positive ones :) > > That's because you don't use it. > I use ext_skel a lot. I'm fairly sure that most extension authors > also start with ext_skel. Yes, and strangely enough that does include me. I thought this thread ended three days ago :) It seems everyone on the dev team wants to keep ext/skeleton in the core, I'm not going to argue with y'all over it. >> .. the least being that it would make it a one-step process to install a >> PDO driver. Is there any reason it isn't? > > You just turn it on in the php.ini file (we ship the DLLs). I know. I've even been responsible for shipping those DLLs before now, remember? I don't understand what the problem is here. > That's "one-step", right? No, it isn't. You need to have PDO 'turned on' before you can have SQLite enabled under doze. That's not only not "one-step", it's also fairly "wtf". > It's a gazillion times easier than unix. Erm, under *nix sqlite is enabled by default....! - Steph