summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Smith <joey@php.net>2001-08-21 23:58:19 +0000
committerJoey Smith <joey@php.net>2001-08-21 23:58:19 +0000
commit1c10503029e0183c013c3c5269c105d474fa77ba (patch)
tree84b3f117bdf7b479d6645fd891fd9bcc647c3a2b
parentf0ea3478cb42b67878b8ac8499d68325df7dcaf6 (diff)
downloadphp-git-1c10503029e0183c013c3c5269c105d474fa77ba.tar.gz
Hmmm...not sure what this was trying to do. stat() was acting like filesize().
-rw-r--r--ext/standard/filestat.c2
1 files changed, 1 insertions, 1 deletions
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)
/* }}} */
/*