From: Zak Greant Date: Sat, 16 Sep 2000 05:10:03 +0000 (+0000) Subject: Thought that I had just committed something really stupid. X-Git-Tag: php-4.0.3RC1~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9d946d37452c92e562532bdef19301280f1d806;p=php Thought that I had just committed something really stupid. On closer inspection, realized that the proto comments for chown and chgrp were reversed. :) I did not realize this and had only fixed chown previously --- diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c index af85dcb610..784ef3079d 100644 --- a/ext/standard/filestat.c +++ b/ext/standard/filestat.c @@ -224,8 +224,8 @@ PHP_FUNCTION(diskfreespace) } /* }}} */ -/* {{{ proto bool chown(string filename, mixed user) - Change file owner */ +/* {{{ proto bool chgrp(string filename, mixed group) + Change file group */ PHP_FUNCTION(chgrp) { #ifndef WINDOWS