rrichards Wed Jan 4 17:34:44 2006 UTC
Modified files:
/php-src/ext/standard filestat.c
Log:
fix win build
http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/filestat.c?r1=1.141&r2=1.142&diff_format=u
Index: php-src/ext/standard/filestat.c
diff -u php-src/ext/standard/filestat.c:1.141
php-src/ext/standard/filestat.c:1.142
--- php-src/ext/standard/filestat.c:1.141 Wed Jan 4 12:22:23 2006
+++ php-src/ext/standard/filestat.c Wed Jan 4 17:34:44 2006
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: filestat.c,v 1.141 2006/01/04 12:22:23 derick Exp $ */
+/* $Id: filestat.c,v 1.142 2006/01/04 17:34:44 rrichards Exp $ */
#include "php.h"
#include "safe_mode.h"
@@ -323,7 +323,7 @@
}
/* }}} */
-
+#if !defined(WINDOWS)
static void php_do_chgrp(INTERNAL_FUNCTION_PARAMETERS, int do_lchgrp)
{
zval **filename, **group;
@@ -368,6 +368,7 @@
}
RETURN_TRUE;
}
+#endif
#ifndef NETWARE
/* {{{ proto bool chgrp(string filename, mixed group)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php