From:             [EMAIL PROTECTED]
Operating system: Linux 2.2.x (Debian)
PHP version:      4.0CVS-2002-04-23
PHP Bug Type:     POSIX related
Bug description:  posix_mkfifo does weird stuff with mode

posix_mkfifo('./FORK_FIFO', '0666'); // read&write by everyone

yeilds:
p-w---x--T    1 sean     sean            0 Apr 23 17:47 FORK_FIFO

?

it SHOULD yeild:
prw-rw-rw-

The only way for me to get rw, it seems, is with '900', which gives:
prw----r-T    1 sean     sean            0 Apr 23 17:48 FORK_FIFO

(note: I don't even know what T is..)
It's messed up, to say the least.

S

-- 
Edit bug report at http://bugs.php.net/?id=16771&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16771&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16771&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16771&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16771&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16771&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16771&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16771&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16771&r=submittedtwice

Reply via email to