Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23060 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34595 invoked by uid 1010); 1 May 2006 00:21:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 34580 invoked from network); 1 May 2006 00:21:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 May 2006 00:21:07 -0000 X-PHP-List-Original-Sender: kingwez@gmail.com X-Host-Fingerprint: 64.233.166.183 pproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.166.183:1789] helo=pproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 14/27-18514-37455544 for ; Sun, 30 Apr 2006 20:21:07 -0400 Received: by pproxy.gmail.com with SMTP id 57so2998892pya for ; Sun, 30 Apr 2006 17:21:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=phG1GPHzy/sJiQlU4N2+QBVK7mxI7S4D+vwQdWIQl30MIUAZg9/ZV/4cQiUhWzvXq1NYg8E/JkcLmS5ZuTAN6t//AHKv5k2WcWVKz3B9U2FboisMKZ5cqWKkeys/J/3reBSDFA1S73dIvIZYZ7bZ8ge2AjaZwi7UYQYx3q1sht8= Received: by 10.35.91.10 with SMTP id t10mr2598441pyl; Sun, 30 Apr 2006 17:21:03 -0700 (PDT) Received: by 10.35.41.17 with HTTP; Sun, 30 Apr 2006 17:21:03 -0700 (PDT) Message-ID: <4e89b4260604301721n613047bdoa3e7dcd0be99ba40@mail.gmail.com> Date: Sun, 30 Apr 2006 20:21:03 -0400 To: "Steph Fox" Cc: internals In-Reply-To: <0cf301c66cb3$3b273990$6602a8c0@foxbox> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <0ca501c66c6e$a0f1a070$6602a8c0@foxbox> <4e89b4260604301615v60291d94q951020d4dbe5a34d@mail.gmail.com> <0ce901c66cb0$a3406c70$6602a8c0@foxbox> <0cf301c66cb3$3b273990$6602a8c0@foxbox> Subject: Re: [PHP-DEV] Re: Fw: [PATCH] win32, PDO and the SQLite build From: kingwez@gmail.com ("Wez Furlong") On 4/30/06, Steph Fox wrote: > > 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. It's nothing that can't be solved by some good documentation. > 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 a= t > all developmental stages. The whole point of PECL is that its lifetime is completely independent of P= HP. --Wez.