Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9499 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93502 invoked by uid 1010); 23 Apr 2004 14:01:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 93466 invoked from network); 23 Apr 2004 14:01:47 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by pb1.pair.com with SMTP; 23 Apr 2004 14:01:47 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i3NE1lKG015470 for ; Fri, 23 Apr 2004 10:01:47 -0400 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i3NE1kp01353 for ; Fri, 23 Apr 2004 10:01:46 -0400 Received: from radish.cambridge.redhat.com (localhost.localdomain [127.0.0.1]) by radish.cambridge.redhat.com (8.12.10/8.12.7) with ESMTP id i3NE1kjb027338 for ; Fri, 23 Apr 2004 15:01:46 +0100 Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.12.10/8.12.10/Submit) id i3NE1jN9027337 for internals@lists.php.net; Fri, 23 Apr 2004 15:01:45 +0100 Date: Fri, 23 Apr 2004 15:01:45 +0100 To: php internals Message-ID: <20040423140145.GA27328@redhat.com> Mail-Followup-To: php internals References: <1082606512.2791.204.camel@bretsony> <1082606512.2791.204.camel@bretsony> <5.1.0.14.2.20040423165806.01fde858@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.1.0.14.2.20040423165806.01fde858@127.0.0.1> User-Agent: Mutt/1.4.1i Subject: Re: [PHP-DEV] umask weirdness From: jorton@redhat.com (Joe Orton) On Fri, Apr 23, 2004 at 04:59:27PM +0300, Andi Gutmans wrote: > If at all, I think this should be fixed in PHP so that it affects all SAPIs > (i.e. first time we set umask() save the old one and a flag that let's > RSHUTDOWN know it should change it back). (In case it wasn't clear, all my patch did was copy the logic used by sapi/apache)