From 1c10503029e0183c013c3c5269c105d474fa77ba Mon Sep 17 00:00:00 2001 From: Joey Smith Date: Tue, 21 Aug 2001 23:58:19 +0000 Subject: Hmmm...not sure what this was trying to do. stat() was acting like filesize(). --- ext/standard/filestat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c index 0ee0b910c8..987efe1122 100644 --- a/ext/standard/filestat.c +++ b/ext/standard/filestat.c @@ -862,7 +862,7 @@ FileFunction(php_if_lstat, FS_LSTAT) /* {{{ proto array stat(string filename) Give information about a file */ -FileFunction(php_if_stat, FS_SIZE) +FileFunction(php_if_stat, FS_STAT) /* }}} */ /* -- cgit v1.2.1