Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33156 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54154 invoked by uid 1010); 15 Nov 2007 14:34:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 54138 invoked from network); 15 Nov 2007 14:34:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Nov 2007 14:34:03 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.188 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.198.188 rv-out-0910.google.com Received: from [209.85.198.188] ([209.85.198.188:12887] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 42/88-28167-7D85C374 for ; Thu, 15 Nov 2007 09:34:01 -0500 Received: by rv-out-0910.google.com with SMTP id k15so494868rvb for ; Thu, 15 Nov 2007 06:33:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=9lKnmL1iESzfiTsj9+y8F8LI72Z75B4jbBro9iuYvpE=; b=fvRNZhN7eMU5azMRjWvf52qGmVfN//e3lSdEaFBGOdxWr6zBcaZo4YSkpSgcybOmgqiBTB71K86UVZFIavEPslDsiGcES4XIwoiMvm/qnridoLxa/puZ6e07QGKESE+lwt6okYvzno+JlyEqIGBYbh6JK1qs6wY6crn/QLTQmcQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ADInB4crgkPjF3ef/g/6X4QzVLJjDfYJdJcLC9Sdl42lYX/BATLxLMLhuxWPA+LnVm0Mxywwumue/35QTx4XtxMdoNp5hdaHyb+boh6TAJXSUfnmNws+PxLxx5aLFx5bvX1OoOdfgTvz2uigxMwvpR56o4c4xhFnTJj6vOiFOjA= Received: by 10.115.15.1 with SMTP id s1mr787941wai.1195137234773; Thu, 15 Nov 2007 06:33:54 -0800 (PST) Received: by 10.114.180.9 with HTTP; Thu, 15 Nov 2007 06:33:49 -0800 (PST) Message-ID: Date: Thu, 15 Nov 2007 15:33:49 +0100 To: RQuadling@googlemail.com Cc: "Mario Brandt" , "Steph Fox" , "Rob Richards" , "Elizabeth Smith" , internals@lists.php.net In-Reply-To: <10845a340711150610h2b8990aep70d6b03299af182f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3B058FC38F54184DB97A62574F17828302E47AC8@magdeburg2.nasa30.com> <10845a340711150610h2b8990aep70d6b03299af182f@mail.gmail.com> Subject: Re: [PHP-DEV] Providing Visual Studio 2005 builds (again) From: pierre.php@gmail.com (Pierre) On Nov 15, 2007 3:10 PM, Richard Quadling wrote: > On 15/11/2007, Mario Brandt wrote: > > >PHPx will run with these Microsoft libraries and provide a 25% on > > >average performance increase in real world tests > > > > Using Apache compiled with VS8 and PHP 5.2.4 compiled with VS8 bootest > > the application speed of my scripts. > > > > > > >Ha. Yes. I see your point, but for those INSTALLING PHP, they would > > >prefer an MSI which just "did it". So, bundle the libs and move on. > > > > I'm one of these Win32 user. Me and others hate *.msi files. > > It puts info in the registry and you need to uninstall it over the > > control panel. > > zip pack is much easier to install / testing and removing. > > So how would you expect to deal with a new MS runtime environment for PHP? > > I suppose, no matter how many times the message "This version of PHP > requires this pack of files from Microsoft" with a link to the files > you are still going to get users complaining that their PHP doesn't > work. > > Just like the number of bogus Doc bugs for the CHM being downloaded > via IE (See the warning on http://www.php.net/download-docs.php). Users complain, it is part of the game. Nothing we can do or (not) provide will change this fact. Now, back to another fact, do we still require gcc 2.7.2.3 or libc 1.0.9? No, we don't. Nobody said that we will stop providing vc6 builds, only that we have been sitting on vc2005 or 2008 long enough, it is time now to make a step forward and enjoy these new versions. I'm sure MS people will also be very happy to give us a hand if we need it. --Pierre