Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14792 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79147 invoked by uid 1010); 10 Feb 2005 13:16:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79113 invoked from network); 10 Feb 2005 13:16:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Feb 2005 13:16:21 -0000 X-Host-Fingerprint: 195.197.172.116 gw02.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.116:42133] helo=gw02.mail.saunalahti.fi) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id 15/DB-10493-89E5B024 for ; Thu, 10 Feb 2005 08:16:08 -0500 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id 0450EB5A2B; Thu, 10 Feb 2005 15:16:03 +0200 (EET) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id j1ADG5Mn020120; Thu, 10 Feb 2005 15:16:05 +0200 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j1ADG4RX020117; Thu, 10 Feb 2005 15:16:04 +0200 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Thu, 10 Feb 2005 15:16:04 +0200 (EET) Reply-To: Jani Taskinen To: "Frank M. Kromann" Cc: internals@lists.php.net In-Reply-To: <11078889613920000@9866357972520000.9866341568840000> Message-ID: References: <11078889613920000@9866357972520000.9866341568840000> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] php-cgi broken From: sniper@iki.fi (Jani Taskinen) Bug report suggested the other way around: CGI not being usable under IIS _without_ the patch. :) (Yes, I didn't test it, I don't have IIS..) http://bugs.php.net/bug.php?id=28227&edit=1 --Jani On Tue, 8 Feb 2005, Frank M. Kromann wrote: > Hello Everyone, > > The patch on sapi/cgi_main.c from 1.259 to 1.260 (HEAD) breaks the cgi > under IIS. No after this patch the server returns file not found on all > requests. > > - Frank > >