Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26614 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60536 invoked by uid 1010); 15 Nov 2006 19:15:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 60521 invoked from network); 15 Nov 2006 19:15:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Nov 2006 19:15:53 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.168 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 66.249.92.168 ug-out-1314.google.com Linux 2.4/2.6 Received: from [66.249.92.168] ([66.249.92.168:26016] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/A0-53553-7676B554 for ; Wed, 15 Nov 2006 14:15:53 -0500 Received: by ug-out-1314.google.com with SMTP id 80so215416ugb for ; Wed, 15 Nov 2006 11:15:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=d6201BQCsTFcosLjOpuZNpi+uvzwZJdXjcMBxvuhwHaiK72WYR1NUeSTCHaslqLyac2i+WpCryvrAaKyZXl+oAFY9fjYIK4oeML8U+qGgTUJAZva85mDjOSDTR6/uU+WdnyjUp+E21e5cxkNPoBZOiK2maBnab6bGWcd7ZZZdYk= Received: by 10.78.48.16 with SMTP id v16mr314695huv.1163618148402; Wed, 15 Nov 2006 11:15:48 -0800 (PST) Received: by 10.78.137.6 with HTTP; Wed, 15 Nov 2006 11:15:48 -0800 (PST) Message-ID: Date: Wed, 15 Nov 2006 20:15:48 +0100 To: "Wez Furlong" Cc: php-dev , "Dmitry Stogov" In-Reply-To: <4e89b4260611151037r6529e142w349440bf5f5c1843@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4e89b4260611151037r6529e142w349440bf5f5c1843@mail.gmail.com> Subject: Re: Windows SAPI possible binary file operation bug and possible fix From: pierre.php@gmail.com (Pierre) Hello, On 11/15/06, Wez Furlong wrote: > We cannot change it in SAPI where we are not the .exe because we don't > own the process. > Messing with that flag affects the entire process and could break > things at a higher level. > > I call this kind of thing "library abuse", where one piece of code > assumes that it is the only consumer of the library. In a modular > application, this is not the case. I just commited a better fix. At least it has no impact on other functions in the same process. However I still think that we have a problem here, we were only lucky until now :) --Pierre