Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36649 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99950 invoked from network); 28 Mar 2008 13:50:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Mar 2008 13:50:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=richard.krehbiel@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=richard.krehbiel@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.188 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: richard.krehbiel@gmail.com X-Host-Fingerprint: 209.85.198.188 rv-out-0910.google.com Received: from [209.85.198.188] ([209.85.198.188:55361] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1B/5E-25926-E87FCE74 for ; Fri, 28 Mar 2008 08:50:06 -0500 Received: by rv-out-0910.google.com with SMTP id k15so145936rvb.23 for ; Fri, 28 Mar 2008 06:49:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=8OawJaad26H8WZKnPDL2/0mzHyLRZBU4QidleMqqyME=; b=lOxmzw8pRyPiGPERnaU7i1k4JifdI5CTydqZLRrE0GPzU7Bf3Sf3mW6BBqZBgtg2xAg4+iEy6ejr7co6ZLh9LeJlerc9zlmGeBfHkbNOxm+yG/zYEEjRcoWRFMv00WTeuLi/COXkNhQbnhIo9by6/vKGTJbiuv9QvBKoLOpJHqs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=PEYTt+lz012BGaewXUImCWfX2+qHfdbECyvccbGcSw/vaB4YXRPSJ66GmNQPBntjo6iEa1O24Bye8mdL+K4CRY02yGZXVMtaPyq+OZl548SdyUQeVjnxXd5YbPkbKH7mP7hoai4sxIA2TAfYNCUMGtrxU+PMApn+7sPqKO/NYPk= Received: by 10.140.187.10 with SMTP id k10mr1393764rvf.86.1206712199024; Fri, 28 Mar 2008 06:49:59 -0700 (PDT) Received: by 10.141.129.6 with HTTP; Fri, 28 Mar 2008 06:49:58 -0700 (PDT) Message-ID: <19b0b5c00803280649o20800b6elffc3e01fe1a0e202@mail.gmail.com> Date: Fri, 28 Mar 2008 09:49:58 -0400 To: internals@lists.php.net In-Reply-To: <19b0b5c00803270622w5c7781e5t8bbec5dee30632fc@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_17944_6593790.1206712199017" References: <19b0b5c00803261121s12865b5xfd0c9cd2807c3b1f@mail.gmail.com> <47EABBDC.1070200@sci.fi> <19b0b5c00803270622w5c7781e5t8bbec5dee30632fc@mail.gmail.com> Subject: Re: [PHP-DEV] Comments on #44393, ISAPI module patch? From: richard.krehbiel@gmail.com ("Richard Krehbiel") ------=_Part_17944_6593790.1206712199017 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline > > > Here: http://home.comcast.net/~krehbiel3/php5isapi.c.patch > > If you fetched this patch before now, you may need to fetch it again, as it's revised. I found that scripts would crash IIS6 (exception code 0xC0000005) when run in a virtual directory and zlib.output_compression was turned off. This change "fixes" it, for reasons I don't understand, which bothers me. And IIS5 was immune. And a "debug" build didn't exhibit the problem. Since it's so weird a "fix," I'll also mention that I built it with Visual Studio .NET SP1. (It is a real correction, though; if a WriteClient call were to fail, it might have called php_handle_aborted_connection more than once.) ------=_Part_17944_6593790.1206712199017--