From: Joey Smith Date: Tue, 21 Aug 2001 23:58:19 +0000 (+0000) Subject: Hmmm...not sure what this was trying to do. stat() was acting like filesize(). X-Git-Tag: PRE_SUBST_Z_MACROS~403 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c10503029e0183c013c3c5269c105d474fa77ba;p=php Hmmm...not sure what this was trying to do. stat() was acting like filesize(). --- 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) /* }}} */ /*