Skip to content

Commit 1c10503

Browse files
author
Joey Smith
committed
Hmmm...not sure what this was trying to do. stat() was acting like filesize().
1 parent f0ea347 commit 1c10503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/filestat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ FileFunction(php_if_lstat, FS_LSTAT)
862862

863863
/* {{{ proto array stat(string filename)
864864
Give information about a file */
865-
FileFunction(php_if_stat, FS_SIZE)
865+
FileFunction(php_if_stat, FS_STAT)
866866
/* }}} */
867867

868868
/*

0 commit comments

Comments
 (0)