ID: 16771 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: POSIX related Operating System: Linux 2.2.x (Debian) PHP Version: 4.0CVS-2002-04-23 New Comment:
This is a usage error. You need to remove the quotes from around 0666. Previous Comments: ------------------------------------------------------------------------ [2002-04-23 17:47:49] [EMAIL PROTECTED] 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 this bug report at http://bugs.php.net/?id=16771&edit=1