Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27098 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23076 invoked by uid 1010); 19 Dec 2006 14:26:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 23055 invoked from network); 19 Dec 2006 14:26:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Dec 2006 14:26:55 -0000 Authentication-Results: pb1.pair.com header.from=nlopess@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=nlopess@php.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 212.55.154.22 cause and error) X-PHP-List-Original-Sender: nlopess@php.net X-Host-Fingerprint: 212.55.154.22 relay2.ptmail.sapo.pt Linux 2.4/2.6 Received: from [212.55.154.22] ([212.55.154.22:38669] helo=sapo.pt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5F/A6-05058-966F7854 for ; Tue, 19 Dec 2006 09:26:20 -0500 Received: (qmail 29041 invoked from network); 19 Dec 2006 14:25:39 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.208) by relay2 with SMTP; 19 Dec 2006 14:25:39 -0000 Received: (qmail 11622 invoked from network); 19 Dec 2006 14:25:38 -0000 X-AntiVirus: PTMail-AV 0.3-0.88.6 X-Virus-Status: Clean (0.06791 seconds) Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[82.155.78.155]) (envelope-sender ) by mta13 (qmail-ldap-1.03) with SMTP for ; 19 Dec 2006 14:25:38 -0000 Message-ID: <001801c72379$8ec1a9a0$0100a8c0@pc07653> To: "Edin Kadribasic" , "PHP Internals List" References: <45871E0F.906@emini.dk> Date: Tue, 19 Dec 2006 14:25:35 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Subject: Re: [PHP-DEV] New windows build From: nlopess@php.net ("Nuno Lopes") It is running happily here (I tested on a pc without visual studio installed). Strangely or not, this new binary is much slower that the current snapshot from snaps.php.net. In a P4 2.0Ghz machine the bench.php script takes ~25 seconds with the old compiler and ~30 seconds with this new build :S Nuno ----- Original Message ----- From: "Edin Kadribasic" To: "PHP Internals List" Sent: Monday, December 18, 2006 11:02 PM Subject: [PHP-DEV] New windows build > Hello all, > > Since we will soon be switching to the new Microsoft compiler for making > official PHP builds I have created a couple test builds to see how it > goes. There were some initial problems and we do have to adjust things > in the build to accommodate for changes of how the C++ redistributable > is packaged. We are now at a point where we have a usable build. > > I encourage PHP users on Windows to download the test build from > http://edin.dk/archives/24-Second-PHP-build-using-the-new-compiler.html > and provide feedback on any issues thy might have experienced. > > Edin