]> granicus.if.org Git - php/commitdiff
Hmmm...not sure what this was trying to do. stat() was acting like filesize().
authorJoey Smith <joey@php.net>
Tue, 21 Aug 2001 23:58:19 +0000 (23:58 +0000)
committerJoey Smith <joey@php.net>
Tue, 21 Aug 2001 23:58:19 +0000 (23:58 +0000)
ext/standard/filestat.c

index 0ee0b910c84d6dea49dffc90c2f848afa08c2566..987efe112226900747eb120bdfc4cfd0e34ced29 100644 (file)
@@ -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)
 /* }}} */
 
 /*