Re: [PHP-DEV] [PATCH] add lchown as a third parameter to chown and chgrp

2002-05-17 Thread Andi Gutmans
Seems fine to me. Andi At 12:41 17/05/2002 +0200, Daniel BODEA wrote: >No reaction the first time so this is a repost. > >Diffed against the stable 4.2.0 source tree. Adds an optional third bool to >chown and chgrp that makes use of the lchown system call to change the owner >and group of the sy

[PHP-DEV] [PATCH] add lchown as a third parameter to chown and chgrp

2002-05-17 Thread Daniel BODEA
No reaction the first time so this is a repost. Diffed against the stable 4.2.0 source tree. Adds an optional third bool to chown and chgrp that makes use of the lchown system call to change the owner and group of the symlink itself, and not the final target. The default behavior is unchanged. D