Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10373 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41284 invoked by uid 1010); 10 Jun 2004 08:53:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41146 invoked from network); 10 Jun 2004 08:53:38 -0000 Received: from unknown (HELO fw.ejournal.no) (81.0.176.139) by pb1.pair.com with SMTP; 10 Jun 2004 08:53:38 -0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by fw.ejournal.no (Postfix) with SMTP id 28F342BEAC2 for ; Thu, 10 Jun 2004 10:52:32 +0200 (CEST) Received: from c2i.net (unknown [192.168.2.116]) by fw.ejournal.no (Postfix) with ESMTP id 8A8682BEAC1 for ; Thu, 10 Jun 2004 10:52:30 +0200 (CEST) Message-ID: <40C82193.1010405@c2i.net> Date: Thu, 10 Jun 2004 10:53:39 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-scanner: scanned by Pepco MailSweeper Subject: Maybe a bit on the side...cgi.rfc2616_headers From: erikk@c2i.net (Erik Knudsen) Hi! Hope I'm only slightly out of topic with this post... The PHP problem described here: http://bugs.php.net/bug.php?id=9852 ...is a problem with using PHP.EXE as cgi (not isapi) with IIS and html frames. I'm experiencing the same problem in a cgi/html-frames/IIS based application I'm developing. However, the problem seems to have been solved in PHP.EXE by the setting "cgi.rfc2616_headers = 1". I'd really like to know in more technical terms how this setting fixes the problem, if someone would be so kind as to tell me:-) Regards, Erik Knudsen