Re: [PHP-DEV] [PATCH] Add posix_mknod to the posix extension

2005-04-12 Thread Martin Kraemer
On Tue, Apr 12, 2005 at 12:07:35AM +0200, Magnus Määttä wrote: > This patch will add posix_mknod to the posix extension. > Usage: posix_mknod('file', mode | type [, major [,minor]]), like > mknod(2) (except for major and minor). > > Any objections against adding it to HEAD ? That requires the ph

Re: [PHP-DEV] [PATCH] Add posix_mknod to the posix extension

2005-04-12 Thread Wez Furlong
Only if you want mknod to succeed ;-) I run a lot of CLI based scripts as root. --Wez. On Apr 12, 2005 10:28 AM, Martin Kraemer <[EMAIL PROTECTED]> wrote: > On Tue, Apr 12, 2005 at 12:07:35AM +0200, Magnus Määttä wrote: > > This patch will add posix_mknod to the posix extension. > > Usage: posix_