Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33152 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67791 invoked by uid 1010); 15 Nov 2007 11:03:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 67776 invoked from network); 15 Nov 2007 11:03:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Nov 2007 11:03:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=mb@nasa30.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=mb@nasa30.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain nasa30.com from 212.105.204.244 cause and error) X-PHP-List-Original-Sender: mb@nasa30.com X-Host-Fingerprint: 212.105.204.244 mail.nasa30.com Windows 2000 SP4, XP SP1 Received: from [212.105.204.244] ([212.105.204.244:63271] helo=magdeburg2.nasa30.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F7/20-46940-8872C374 for ; Thu, 15 Nov 2007 06:03:38 -0500 Received: by magdeburg2.nasa30.com with Internet Mail Service (5.5.2653.19) id ; Thu, 15 Nov 2007 12:03:34 +0100 Message-ID: <3B058FC38F54184DB97A62574F17828302E47AC8@magdeburg2.nasa30.com> To: "'RQuadling@GoogleMail.com'" , Steph Fox Cc: Rob Richards , Elizabeth Smith , internals@lists.php.net Date: Thu, 15 Nov 2007 12:03:33 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="utf-8" Subject: AW: [PHP-DEV] Providing Visual Studio 2005 builds (again) From: mb@nasa30.com (Mario Brandt) >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. Mario