Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23059 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31640 invoked by uid 1010); 1 May 2006 00:09:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 31625 invoked from network); 1 May 2006 00:09:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 May 2006 00:09:02 -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:4639] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 68/E6-18514-D9155544 for ; Sun, 30 Apr 2006 20:09:01 -0400 Received: from foxbox (unknown [84.228.8.209]) by gw2.emini.dk (Postfix) with ESMTP id 9AD79AF006; Mon, 1 May 2006 02:08:49 +0200 (CEST) Message-ID: <0cf301c66cb3$3b273990$6602a8c0@foxbox> Reply-To: "Steph Fox" To: "Wez Furlong" Cc: "internals" References: <0ca501c66c6e$a0f1a070$6602a8c0@foxbox> <4e89b4260604301615v60291d94q951020d4dbe5a34d@mail.gmail.com> <0ce901c66cb0$a3406c70$6602a8c0@foxbox> Date: Mon, 1 May 2006 02:07:25 +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] Re: Fw: [PATCH] win32, PDO and the SQLite build From: steph@zend.com ("Steph Fox") > Can you distill the problem to one paragraph or less? I'm having a > hard time figuring out what you're getting at. OK, I'll work on it. Initial/primary argument here: under Windows, to load one extension that I would have had as an integral part of 5.0.*, I now need to install two extensions via php.ini, and it's not evident (without reading the manual - and why would you, to install a simple upgrade?) that there's been any change. I realize this is not an issue for the cognescenti, but I think it might be a problem for people trying to figure stuff out - and I'd also submit the vague idea that a lot of the people trying to figure stuff out might be win32 users. Secondary argument is as a result of your responses to my initial bleh: You need to decide whether PECL is intended as a laboratory with stable releases that become part of the PHP distro, or an integral part of PHP at all developmental stages. - Steph > I don't see a problem with the current status of the PHP win32 build > that can't be resolved by loading the extensions that you want to use > in php.ini. > > --Wez.