Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33157 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62047 invoked by uid 1010); 15 Nov 2007 14:48:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62032 invoked from network); 15 Nov 2007 14:48:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Nov 2007 14:48:08 -0000 Authentication-Results: pb1.pair.com header.from=mb@nasa30.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mb@nasa30.com; spf=permerror; 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:63685] helo=magdeburg2.nasa30.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9A/D9-28167-32C5C374 for ; Thu, 15 Nov 2007 09:48:05 -0500 Received: by magdeburg2.nasa30.com with Internet Mail Service (5.5.2653.19) id ; Thu, 15 Nov 2007 15:48:00 +0100 Message-ID: <3B058FC38F54184DB97A62574F17828302E47ACA@magdeburg2.nasa30.com> To: 'Marcus Boerger' Cc: internals@lists.php.net Date: Thu, 15 Nov 2007 15:47:59 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Subject: AW: AW: [PHP-DEV] Providing Visual Studio 2005 builds (again) From: mb@nasa30.com (Mario Brandt) Mello Marcus >any useful numbers? ENV: W2k3 Standart Edition (Kernel Version 5.2.3790 SP2) Apache 2.2.6 VS8 SP1 Hardware: AMD Athlon(tm) 64 Processor 3200+ (2.2 GHz) 512 MB DDR 1 RAM run with the php.exe (cli) --------------------------------------------------------------------------- PHP 5.2.5 from php.net Benchmark Time ------------------------------------ ./benchmarks\ackermann 2.930 ./benchmarks\array 0.080 ./benchmarks\array2 0.066 ./benchmarks\array3 1.043 ./benchmarks\fibonacci 6.285 ./benchmarks\hash 0.204 ./benchmarks\hash2 0.180 ./benchmarks\heapsort 0.643 ./benchmarks\mandel 1.785 ./benchmarks\mandel2 2.201 ./benchmarks\matrix 0.475 ./benchmarks\nestedloop 1.013 ./benchmarks\sieve 0.670 ./benchmarks\simple 0.622 ./benchmarks\simplecall 0.934 ./benchmarks\simpleucall 1.628 ./benchmarks\simpleudcall 1.985 ./benchmarks\strcat 0.079 PHP 5.2.5 VS8 SP 1 Benchmark Time ------------------------------------ ./benchmarks\ackermann 2.733 ./benchmarks\array 0.061 ./benchmarks\array2 0.054 ./benchmarks\array3 0.823 ./benchmarks\fibonacci 5.719 ./benchmarks\hash 0.157 ./benchmarks\hash2 0.129 ./benchmarks\heapsort 0.644 ./benchmarks\mandel 1.496 ./benchmarks\mandel2 1.603 ./benchmarks\matrix 0.392 ./benchmarks\nestedloop 0.888 ./benchmarks\sieve 0.515 ./benchmarks\simple 0.506 ./benchmarks\simplecall 0.840 ./benchmarks\simpleucall 1.141 ./benchmarks\simpleudcall 1.983 ./benchmarks\strcat 0.078 I'm too lazy calculation how much faster it is :P > So how would you expect to deal with a new MS runtime environment for PHP? On other OS's there are also decepencies with _must_ installed libs etc. Mario