Newsgroups: php.general,php.internals Path: news.php.net Xref: news.php.net php.general:246598 php.internals:27279 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91315 invoked by uid 1010); 5 Jan 2007 14:14:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 91299 invoked from network); 5 Jan 2007 14:14:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jan 2007 14:14:42 -0000 Authentication-Results: pb1.pair.com header.from=edink@emini.dk; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=edink@emini.dk; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain emini.dk designates 192.38.9.232 as permitted sender) X-PHP-List-Original-Sender: edink@emini.dk X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from [192.38.9.232] ([192.38.9.232:12526] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0B/0D-01582-15D5E954 for ; Fri, 05 Jan 2007 09:14:41 -0500 Received: by gw2.emini.dk (Postfix, from userid 504) id 9880AD2B97; Fri, 5 Jan 2007 15:14:38 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on gw2.emini.dk X-Spam-Detected: no X-Spam-Status: No, score=-4.2 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Level: Received: from [10.0.0.176] (gw2.intra.emini.dk [10.0.0.1]) by gw2.emini.dk (Postfix) with ESMTP id 533928813C; Fri, 5 Jan 2007 15:14:37 +0100 (CET) Message-ID: <459E5D4A.7000301@emini.dk> Date: Fri, 05 Jan 2007 15:14:34 +0100 User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Edin Kadribasic Cc: Vincent DUPONT , PHP internals , php-general@lists.php.net References: <459E524A.5080707@emini.dk> <271659577E757644BBD0BA7E30063E7960AFF8@brumail.ausy.be> <459E5A68.10709@emini.dk> In-Reply-To: <459E5A68.10709@emini.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP] FastCGI optmized Windows build of 5.2.1RC2 From: edink@emini.dk (Edin Kadribasic) Well to correct myself, Microsoft has released their FastCGI module for earlier versions of IIS as well. Take a look at http://www.iis.net/default.aspx?tabid=2&subtabid=25&i=1207 Edin Edin Kadribasic wrote: > Well you can already use PHP/fastcgi with Apache and IIS6 on windows > using 3rd party fastcgi modules for these servers. What IIS7 > (http://www.iis.net/) brings is native fastcgi implementation. > > Edin > > > Vincent DUPONT wrote: >> hello, >> thanks for this good news for Win poeple. >> Do you have any info on what version(s) of IIS/win32 this release >> soul be used? >> >> thank you >> Vincent Dupont >> Ausy Belgium >> >> >> >> -----Original Message----- >> From: Edin Kadribasic [mailto:edink@emini.dk] >> Sent: Fri 1/5/2007 14:27 >> To: PHP internals; php-general@lists.php.net >> Subject: [PHP] FastCGI optmized Windows build of 5.2.1RC2 >> >> Hello, >> >> I have made a second build of 5.2.1RC2 for Windows with no thread >> safety enabled. This will only work for non threaded SAPIs such as >> CGI/FastCGI and CLI. The reason for this is that managing per thread >> state takes some CPU time from the main task of running PHP scripts >> making non thread safe PHP significantly faster. My initial >> benchmarks show 20-30% performance increase. >> >> This, together with the new fastcgi implementation for IIS from >> Microsoft should bring PHP performance on Windows to a new level. >> >> http://downloads.php.net/edink/php-5.2.1RC2-nts-Win32.zip >> (76aa90a7fdb0bd2eb62c1172501d6c6e) >> http://downloads.php.net/edink/pecl-5.2.1RC2-nts-Win32.zip >> (a493bdf794a5d44d749f6dcd2a55f9da) >> http://downloads.php.net/edink/php-debug-pack-5.2.1RC2-nts-Win32.zip >> (cbfd474fcdb61522d4c750b5c02d3df9) >> >> Edin >> >> > >