diff options
-rw-r--r-- | ext/standard/filestat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c index 5229252821..dde2998383 100644 --- a/ext/standard/filestat.c +++ b/ext/standard/filestat.c @@ -323,7 +323,7 @@ PHP_FUNCTION(disk_free_space) } /* }}} */ - +#if !defined(WINDOWS) static void php_do_chgrp(INTERNAL_FUNCTION_PARAMETERS, int do_lchgrp) { zval **filename, **group; @@ -368,6 +368,7 @@ static void php_do_chgrp(INTERNAL_FUNCTION_PARAMETERS, int do_lchgrp) } RETURN_TRUE; } +#endif #ifndef NETWARE /* {{{ proto bool chgrp(string filename, mixed group) |