Re: [PHP] umask wierdness

2004-04-22 Thread Bret Hughes
On Wed, 2004-04-21 at 22:10, Curt Zirzow wrote: > * Thus wrote Bret Hughes ([EMAIL PROTECTED]): > > I have found a funky situation that I am trying to figure out if it is > > bug or not: > > > > I see this behavior on both redhat 9 and fedora running > > > > php 4.3.4 > > httpd(apache) 2.0.48 >

Re: [PHP] umask wierdness

2004-04-21 Thread Curt Zirzow
* Thus wrote Bret Hughes ([EMAIL PROTECTED]): > I have found a funky situation that I am trying to figure out if it is > bug or not: > > I see this behavior on both redhat 9 and fedora running > > php 4.3.4 > httpd(apache) 2.0.48 > > calling umask(0002) in a script leaves the httpd process wit

[PHP] umask wierdness

2004-04-21 Thread Bret Hughes
I have found a funky situation that I am trying to figure out if it is bug or not: I see this behavior on both redhat 9 and fedora running php 4.3.4 httpd(apache) 2.0.48 calling umask(0002) in a script leaves the httpd process with a umask of 2 after exit so that the next process to hit that p