Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25092 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28598 invoked by uid 1010); 1 Aug 2006 23:17:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 28582 invoked from network); 1 Aug 2006 23:17:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Aug 2006 23:17:48 -0000 Authentication-Results: pb1.pair.com header.from=kingwez@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kingwez@gmail.com X-Host-Fingerprint: 64.233.166.177 py-out-1112.google.com Linux 2.4/2.6 Received: from ([64.233.166.177:17244] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id FB/03-45114-911EFC44 for ; Tue, 01 Aug 2006 19:17:47 -0400 Received: by py-out-1112.google.com with SMTP id n25so1261117pyg for ; Tue, 01 Aug 2006 16:17:43 -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=ClkyKackno2eggBlwSRrUMK2jl/ZUIGFjHciTNZyev9mCLPdiqus3GPZaEBVUfqH500Iko6UneQy9PQZeOp4MUFFcNDyXbpt6MFrAB+kISI60E12EQXEBh8NbNL21B/i0wgKwpDWC5HHAhYYjUeY6JJdGLkBxnAmKIOu11BwAy0= Received: by 10.35.51.19 with SMTP id d19mr294211pyk; Tue, 01 Aug 2006 16:17:43 -0700 (PDT) Received: by 10.35.53.7 with HTTP; Tue, 1 Aug 2006 16:17:43 -0700 (PDT) Message-ID: <4e89b4260608011617n18ad90edj19979c9d427edeb4@mail.gmail.com> Date: Tue, 1 Aug 2006 19:17:43 -0400 To: ceo@l-i-e.com Cc: "John Mertic" , internals@lists.php.net In-Reply-To: <5243.67.108.68.40.1154450942.squirrel@www.l-i-e.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2a9adcf0607240752k12eb8f32sd753eaadaac6e8cc@mail.gmail.com> <90DAC8FF-B715-45E1-97AB-4FD166188FB3@prohost.org> <5243.67.108.68.40.1154450942.squirrel@www.l-i-e.com> Subject: Re: [PHP-DEV] New Installer for PHP 5.2 From: kingwez@gmail.com ("Wez Furlong") I see no sense in maintaining a "lite" installer; the people that need an installer will want everything. If people want to cherry-pick, they can do it themselves using the .zip downloads and pecl4win. --Wez. On 8/1/06, Richard Lynch wrote: > On Mon, July 24, 2006 9:55 am, Ilia Alshanetsky wrote: > > > > On 24-Jul-06, at 10:52 AM, John Mertic wrote: > >> > >> Thanks to Edin Kadribasic, the public test version ( which installs > >> a > >> recent snapshot of PHP 5.2 ) is located at > >> http://downloads.php.net/edink/php-5.2.0-win32-installer.msi. > >> > >> I am looking for feedback on the installer, namely in the following > >> areas: > >> > >> - Default install options; what should the default install consist > >> of? > > > > I'd say it should contain all of the extensions that are enabled by- > > default. > > > > > >> - Lite Installer. The current install file weighs in at 18mb. Would > >> we > >> want a lite installer with fewer components and if so what would > >> those > >> be? > > > > I think if the 1st is done the size of the file should be much > > smaller, if not we can examine the enabled extensions one by one and > > perhaps turn off some of the "less important" ones. > > Given the number of Windows users who can't find the DLLs they need, > I'd have to say that "more is better" for the "Full Install" -- Any > DLL you can manage to compile and test should be there for them to > check on/off and just use it with no more effort. > > At the other end of the spectrum, I'm going to assume that, sooner or > later, a Lite Windows user will need some DLL that isn't in "Lite". > > So I'd almost go so far as to suggest that Lite should have *nothing* > except php.exe and the SAPI DLLs and instructions on how/where to find > any other DLLs they might want that match their version. > > Because we pretty much get a question every couple days on PHP-General > whose answer boils down to one of: > a) find the DLL for the extension you want that matches your version > b) you cannot mix-n-match DLL versions for extensions > > PHP Windows Users are clearly "not getting it" on this extension DLL > thing... > > :-) > > -- > Like Music? > http://l-i-e.com/artists.htm > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >